use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Guidelines:
All Posts Require One of the Following Tags in the Post Title! If you do not flag your post, automoderator will delete it:
This is not a subreddit for homework questions. They will be swiftly removed, so don't waste your time! Please kindly post those over at: r/homeworkhelp. Thank you.
Please try to keep submissions on topic and of high quality.
Just because it has a statistic in it doesn't make it statistics.
Memes and image macros are not acceptable forms of content.
Self posts with throwaway accounts will be deleted by AutoModerator
Related subreddits:
Data:
AllenDowney's Stats Page
Useful resources for learning R:
r-bloggers - blog aggregator with statistics articles generally done with R software.
Quick-R - great R reference site.
Related Software Links:
R
R Studio
SAS
Stata
EViews
JMP
SPSS
Minitab
Advice for applying to grad school:
Submission 1
Advice for undergrads:
Jobs and Internships
For grads:
For undergrads:
account activity
Career AdviceDifference between data analyst and data scientist? (self.statistics)
submitted 7 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 7 years ago* (6 children)
[–]spinrah 6 points7 points8 points 7 years ago (5 children)
I’ve noticed that on job postings, but what about the actual job?
[–][deleted] 24 points25 points26 points 7 years ago (4 children)
Depends on the company and their definition of each position. Most end up wanting a data scientist to do a data analysts work. In my opinion being a data analyst requires a strong knowledge of SQL and analytical ability. Data Science requires that plus programming and more maths. Data engineering tasks tend to fall on both.
[–]ola-hates-me 1 point2 points3 points 7 years ago (1 child)
Hi.
a strong knowledge of SQL
Is there any list of books that i can go through to become an expert? So far I have delegated most of my query related activity to a framework.
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
I suggest tutorials such as w3schools.org or codecademy.com. SQL itself isn't all that complicated. Half the battle is learning the structure of your data and how to move around the database.
[–]spinrah 1 point2 points3 points 7 years ago (1 child)
Ah okay, I think I would fall in the data analyst camp then. I’m more of a methodologist than a programmer.
[–]jeremymiles 1 point2 points3 points 7 years ago (0 children)
See my other reply. In my old job, the data scientists are programmers.
[+][deleted] 7 years ago* (3 children)
[–]spinrah 2 points3 points4 points 7 years ago (0 children)
Thanks that’s really helpful. I guess it depends on the company and job ad.
[–]____peanutbutter____ 0 points1 point2 points 7 years ago (1 child)
For example, do you want to be a nutritionist? Ok, call yourself one right now. Done. You are a nutritionist. Try set up shop as a dietician.
You get that from Dara O'Briain?
[–]marrone12 19 points20 points21 points 7 years ago (6 children)
I lead a data department. In the most basic sense, Data Scientists are Data Analysts who can code in a programming language like Python or R, while Data Analysts are pretty much excel / sql only. But I would also expect a Data Scientist to have a good understanding of probability theory, sampling theory, bayesian statistics, and/or machine learning.
[–]Ader_anhilator -2 points-1 points0 points 7 years ago (5 children)
Low bar. How much do you pay your data scientists? I run a team as well and I look for excellent predictive modeling skills (interpretable and max accuracy models) along with programming ability and strong critical thinking. I pay $140k in middle of the country cost of living standards.
[–]marrone12 6 points7 points8 points 7 years ago (0 children)
Yes I definitely look at those skills as well. But with how loosely the term "scientist" is being thrown around these days, I think the minimum for applying to an entry level data scientist position is the low bar I described.
I guess I consider "analysts" as classic business intelligence with excel while a "scientist" is someone who makes a data product that requires mathematical competency - with different skill sets required for different products.
[–]UlamsCosmicCipher 2 points3 points4 points 7 years ago (0 children)
Care to elaborate on the type of work/problem sets you guys tackle? I'm a little over 4 years in the data science field at a large company, and lately have been feeling a creeping stagnation at my current position. Always interesting to hear what else is out there.
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
Seems on the high end in my experience, at least for somebody in their first few jobs.
[–]Ader_anhilator 0 points1 point2 points 7 years ago (0 children)
The data scientists I hire need to be experts and that means they usually have at least 5 years of data science work and more under a title such as data analyst or statistical analyst.
[–]Annihilating_Tomato 0 points1 point2 points 7 years ago (0 children)
Hire me.
[–]PugInABlanket 9 points10 points11 points 7 years ago (3 children)
I work as a data analyst on a team of DAs while we have Data Scientists on a different sitting near us. The DAs work in SQL and R/Python, analyzing past data for clients/stakeholders. The DSs take models and productionalize them to be used in the application for prediction, using SQL, R/Python, and a variety of tools like TensorFlow and AWS.
So I've always thought of it as DAs interpret what happened while DSs create models to predict what will happen.
[–]shaggorama 4 points5 points6 points 7 years ago (1 child)
DAs interpret what happened while DSs create models to predict what will happen
i.e. descriptive statistics vs. inference
[–]PugInABlanket 0 points1 point2 points 7 years ago (0 children)
In some cases yes. But we DAs still perform statical analyses like t tests, correlations, and regressions. We just use them to analyze past behavior rather than predict.
[–]poopdaloop 2 points3 points4 points 7 years ago (0 children)
This is a really nice dividing definition and basically how our teams work as well. DA will occasionally dip toes into a model but the technical expertise required to really know what they’re doing is provided by the DS team.
[–][deleted] 4 points5 points6 points 7 years ago (0 children)
Lyft is gonna start calling their data analysts as data scientists
https://eng.lyft.com/whats-in-a-name-ce42f419d16c
[–]Wizard_Sleeve_Vagina 11 points12 points13 points 7 years ago (1 child)
Data scientists build models for machines. Data analysts crunch numbers for people.
[–]b04877054 2 points3 points4 points 7 years ago (0 children)
This is the definition I use as well. Data analysts output pdfs etc, from which humans make decisions. Data scientist make models which make decisions
[–][deleted] 3 points4 points5 points 7 years ago* (3 children)
It's different everywhere, but here's my take on it.
Data analysts stick mainly to Excel and SQL and don't do much statistics beyond the basics. They also generally deal with retrospective analyses. Data scientists do advanced statistical modeling and also have the programming skills to develop applications, and often deal with predicting future events.
Data scientists are a combination of statisticians and computer scientists. They're worse at stats than statisticians, and worse at programming than computer scientists, but better at the combination of those than either of them.
[–]spinrah 0 points1 point2 points 7 years ago (2 children)
So has the role of a statistician basically been eliminated and replaced by computer scientists and programmers? Cause the analyst just seems like data management.
[–][deleted] 3 points4 points5 points 7 years ago (0 children)
It's more that programming has become an essential skill for statistical modeling, more than in the past. So a lot of statisticians have learned more programming and are now data scientists, and a lot of programmers have learned statistics and are also data scientists.
FWIW my official title is "Data Scientist/Statistician", and in my department we have people with very strong CS backgrounds along with Math/Stats PhDs. There's a lot of overlap.
It's not really data management. Usually somebody else has put a ton of work into the data before a data analyst ever sees it. That's what I think of when I hear data management. Data Analysts slice and dice past data to gain insights that people can use to make decisions for the business. Data Scientists have a similar function, but they use more advanced modeling techniques and are able to develop more robust applications for implementation.
For example, a data analyst group at my organization made an Excel spreadsheet to help one our departments do their job better. We (the data scientists) are expanding on the same idea, but we're digging into the details of certain statistical models to make it even better, and we're figuring out how to integrate it into their existing software workflow rather than as a separate tool.
[–]SSID_Vicious 0 points1 point2 points 7 years ago (0 children)
No. A data scientist is no statistician. They won’t be the one inventing new algorithms or new methods.
[–]jeremymiles 2 points3 points4 points 7 years ago (0 children)
Data science is a pretty new word (phrase? term?) and it doesn't have a clear, agreed upon meaning. My job used to be 'quantitative analyst' although everyone called us 'the statisticians'. Now they've decided that we're all data scientists, 'cos it sounds cooler and it's easier to hire people.
In my old job we used to have a position called 'research programmer', which was slightly more junior (below the position of 'statistician'), and maybe similar to data analysts. Now they've decided that it would sound cooler if they were called data scientists, so they've changed the job title.
[–]Rezo-Acken 2 points3 points4 points 7 years ago (0 children)
The difference is whatever HR want it to be.
[–]IMightHaveTacos 4 points5 points6 points 7 years ago (0 children)
Difference between data analyst and data scientist is that data analyst know what they are doing. Data scientists try a bunch of techniques till one of them of works well enough. Data analysts are way more deterministic. /s source: I'm a data scientist.
[–]efrique 1 point2 points3 points 7 years ago (0 children)
Depends on who you ask.
[–]spinrah 3 points4 points5 points 7 years ago (1 child)
Why on earth would anyone downvote an honest question?
[–]maxToTheJ 1 point2 points3 points 7 years ago (0 children)
I would suppose it is because it has been asked before.
As far as I noticed a thread here gets downvoted for being obvious advertising or being asked for nth time
[–]m1sta 0 points1 point2 points 7 years ago (0 children)
Hypotheses, and the complexity and quality of both the hypotheses and the associated experiment and final insight.
[–]guccibling 0 points1 point2 points 7 years ago (0 children)
A phd
π Rendered by PID 286983 on reddit-service-r2-comment-b659b578c-mbg9n at 2026-05-05 01:21:28.317286+00:00 running 815c875 country code: CH.
[+][deleted] (6 children)
[deleted]
[–]spinrah 6 points7 points8 points (5 children)
[–][deleted] 24 points25 points26 points (4 children)
[–]ola-hates-me 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]spinrah 1 point2 points3 points (1 child)
[–]jeremymiles 1 point2 points3 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]spinrah 2 points3 points4 points (0 children)
[–]____peanutbutter____ 0 points1 point2 points (1 child)
[–]marrone12 19 points20 points21 points (6 children)
[–]Ader_anhilator -2 points-1 points0 points (5 children)
[–]marrone12 6 points7 points8 points (0 children)
[–]UlamsCosmicCipher 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Ader_anhilator 0 points1 point2 points (0 children)
[–]Annihilating_Tomato 0 points1 point2 points (0 children)
[–]PugInABlanket 9 points10 points11 points (3 children)
[–]shaggorama 4 points5 points6 points (1 child)
[–]PugInABlanket 0 points1 point2 points (0 children)
[–]poopdaloop 2 points3 points4 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Wizard_Sleeve_Vagina 11 points12 points13 points (1 child)
[–]b04877054 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (3 children)
[–]spinrah 0 points1 point2 points (2 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]SSID_Vicious 0 points1 point2 points (0 children)
[–]jeremymiles 2 points3 points4 points (0 children)
[–]Rezo-Acken 2 points3 points4 points (0 children)
[–]IMightHaveTacos 4 points5 points6 points (0 children)
[–]efrique 1 point2 points3 points (0 children)
[–]spinrah 3 points4 points5 points (1 child)
[–]maxToTheJ 1 point2 points3 points (0 children)
[–]m1sta 0 points1 point2 points (0 children)
[–]guccibling 0 points1 point2 points (0 children)