Baselight

Data Science On Reddit

Posts and comments from r/datascience subreddit

@kaggle.gpreda_data_science_on_reddit

Data Science
@kaggle.gpreda_data_science_on_reddit.data_science

  • 4.9 MB
  • 21095 rows
  • 8 columns
title

Title

score

Score

id

Id

url

Url

comms_num

Comms Num

created

Created

body

Body

timestamp

Timestamp

STEM Career Change5swvi7jhttps://www.reddit.com/r/datascience/comments/swvi7j/stem_career_change/61645341433I’m currently working as a field biologist for fisheries research, and am looking to transfer into a more data-science oriented career field. I’ve grown tired of the field work side and love the data side, while most of my coworkers are the opposite. I have a M.S. in Environmental Science, with cou…Sun Feb 20 2022 09:17:13 GMT+0000 (Coordinated Universal Time)
Comment79hxct3v5nan1645130086DataScientologistsThu Feb 17 2022 22:34:46 GMT+0000 (Coordinated Universal Time)
Comment1hxcsshcnan1645129964Sounds like you'll need some sort of fuzzy matching. You can get confidence scores here as well.Thu Feb 17 2022 22:32:44 GMT+0000 (Coordinated Universal Time)
Comment2hxcva4lnan1645130920Best of both worlds. Work in DS without working in DS, hehe.Thu Feb 17 2022 22:48:40 GMT+0000 (Coordinated Universal Time)
Comment1hxcuqf2nan1645130711Hi u/Ok_Acanthisitta5478, I removed your submission for the following removal reasons: * **Not enough karma.** You don't have enough karma to start a new thread on r/datascience, but you can post your questions in the [Entering and Transitioning thread](https://www.reddit.com/r/datascience/search/?…Thu Feb 17 2022 22:45:11 GMT+0000 (Coordinated Universal Time)
Comment1hxcupfqnan1645130701So I have the opportunity to officially enter the "data field" for a large retail company. So name recognition. However it's a lateral move in pay. But it's good exposure to big data which I haven't had yet. Thoughts?Thu Feb 17 2022 22:45:01 GMT+0000 (Coordinated Universal Time)
Comment3hxd36hwnan1645133910> You should know that nested loops has exponential complexity. Minor nitpick: the nested loops themselves have polynomial complexity, not exponential (i.e. O(N\^M) for M loops, not O(M\^N)). What is exponential is the relationship between time complexity and the number of nested loops. I'm sure th…Thu Feb 17 2022 23:38:30 GMT+0000 (Coordinated Universal Time)
Comment2hxd2xtjnan1645133820Though it's mainly taught in ECE these days.Thu Feb 17 2022 23:37:00 GMT+0000 (Coordinated Universal Time)
Comment2hxd20t1nan1645133478/u/Morodin_88 read my mind. You can be a great programmer but SW engineering goes beyond that. With DS as with SW engineering you'd want to think end-to-end starting with strategy around what the DS folks should be doing. Then there should be thought/discipline given to requirements, desig…Thu Feb 17 2022 23:31:18 GMT+0000 (Coordinated Universal Time)
Comment2hxd0f0enan1645132871Agreed... ITT a bunch of people trying to justify why they write bad code and another group that doesn't know software engineering isn't the same thing as writing good code. I can write good code but I'm a horrible software engineer... This is why I advise DS minded people to idk try and build a s…Thu Feb 17 2022 23:21:11 GMT+0000 (Coordinated Universal Time)

CREATE TABLE data_science (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

Anyone who has the link will be able to view this.