Skip to main content
6 answers
6
Asked 1070 views

How to become a successful Data scientist?

How to become a successful Data scientist? #tech #data-science #career

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

6

6 answers


1
Updated
Share a link to this answer
Share a link to this answer

Dee Ann’s Answer

The answer may not be as easy as you would think.

Think about what you want from being a data scientist and how you would define success; is it the company you want to work for, the type of work or industry vertical.


What are your aspirations:

--A great statistician who can build custom algorithms?

--A great applied data machine learning engineer who applies day to day problems with existing algorithms?

--A strong visualizer and story teller to the business side?

--A great orchestrator of the process of building, maintaining, and updating ML projects


You usually become successful with what you enjoy or love within the field. But, no doubt, you must have competency, work hard, and show your abilities thru many of the online tools to showcase work: Kaggle, etc. if you do not have direct access thru an employment channel. Google and Amazon are great starting places to get a Cloud account and learn the products and they have free datasets to use.


In more detailed terms; no doubt, strong knowledge in statistics and clearly understand the methodologies to identify what methods and data to use for the business problems you will tackle. SQL, Python or R, and I would say Javascript are all critical to an overall experience core of need. Particularly with Big Data, Javascript can come in handy for your visualizations.






1
0
Updated
Share a link to this answer
Share a link to this answer

Ben’s Answer

It'll take some work, but becoming a Data Scientist is a great career option! The amount of data to be analyzed is only growing as our world becomes more connected, so the demand for data scientists is likely to grow in the coming years.

As for how to get there, it depends on where you're starting from. If you don't have it already, you'll probably want to start with some basic math background: if you can find a basic statistics course at your school or university, or online, that'll give you a good footing upon which to build.

You'll also want to familiarize yourself with at least one programming language. If you're having a hard time choosing, Python is a great choice for Data Science. R is another good choice, though it won't be as generally applicable outside of Data Science.

With an understanding of basic stats, I'd suggest familiarizing yourself with the tools that are available for data science work, and getting into some analysis projects using open data sets that are freely available online.

One of my favorite tools for data science work is the Anaconda Python distribution. You can download it here: https://www.anaconda.com/

Anaconda comes with built-in support for using Jupyter Notebooks, which are a great way to interactively run Python code and visualize the results. Learn more about Jupyter notebooks here: https://jupyter.org/

Once you're familiar with the tools, you can try running through some data science tutorials, and also try analyzing one of the many publicly-available data sets that are online, like the ones in this list here: https://github.com/awesomedata/awesome-public-datasets

Try to build up a portfolio of analysis projects that you're proud of, and publish it online (e.g. via GitHub) so that you can use it to show to prospective employers.

You'll probably want to take some other stats and data-science focused classes too, but don't feel like you need to finish all of the classes you want before digging into some analysis projects on your own - it can be really motivating to have a project that you can apply your newly-found skills to, instead of just thinking about them in the abstract.

Good luck!

Thank you comment icon Hi Ben: your advice is very insightful; awesome job. Thank you for sharing! Sheila Jordan
0
0
Updated
Share a link to this answer
Share a link to this answer

Firoz’s Answer

Areas of understanding or skills that can be very helpful include:
-- Data Visualization
-- Tableau
-- SAS
-- SQL
-- Foundational understanding of data modeling
-- Understanding of how data flows from systems to landing areas to data use layers
-- Hadoop
-- Impala
-- Python
0
0
Updated
Share a link to this answer
Share a link to this answer

Wen’s Answer

"Success" means different things to different people, but generally speaking, you need to know what you are doing (language, env, production, deployment, pipeline, cloud, etc).

Working in Data Science doesn't mean you only need to know Data Science, it also means product knowledge, business acumen, and to be commercial as well, which can be quite hard sometime.
0
0
Updated
Share a link to this answer
Share a link to this answer

Wen’s Answer

Being curious, and learning new tech all the time. A friendly warning, it's an area that keeps involving, so try to keep up all the time.

Software wise, Python.
Platform wise, Cloud - AWS, Azure, GCP
Language wise, SQL, Python, etc
Data Processing wise, Hadoop, SQL Server, Spark, etc
0
0
Updated
Share a link to this answer
Share a link to this answer

Yael’s Answer

The simple answer would be to pick one programming language (SQL, Python, C++) and focus on learning that one to the most advanced level. Khan academy, codeacademy are some sites with free great courses where you can code within the browser. Learn about statistics and how the different functions are handled.
0