0

What should I know about python if I want to be a data scientist?

I am studying statistics, but I started to programm a few days ago

17th Oct 2018, 6:17 PM
Juan Luis AndiĂłn TĂĄpiz
Juan Luis AndiĂłn TĂĄpiz - avatar
3 Answers
+ 1
Let me market my bio code once again 😂 Basically, what you'll need is a good (and preferably *really* good) knowledge of numpy and pandas modules -- they are golden for data processing. Later on, when doing clustering or predictions with machine learning algorithms, sklearn will be your friend. Finally, when you want to present your findings, matplotlib, seaborn and bokeh modules will be helpful. *BUT* you will need to learn Python basics first. Check out my code below for valuable free online courses, that should get you going: https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
17th Oct 2018, 7:08 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
If possible try to use programs like R or SPSS.
17th Oct 2018, 6:43 PM
Mirko Klotzsche
Mirko Klotzsche - avatar
0
Thanks!
18th Oct 2018, 12:28 AM
Juan Luis AndiĂłn TĂĄpiz
Juan Luis AndiĂłn TĂĄpiz - avatar