Python for Data Science first Code Project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python for Data Science first Code Project

Hey guys, did anyone solve the first Code Project of the Python for Data Science course?

16th Mar 2021, 12:25 PM
Vahe Bagdasaryan
Vahe Bagdasaryan - avatar
4 Answers
+ 2
yes, I've solved it... before seing the new course, by helping someone in Q&A... however, we need to see your coding attempt to be able to help you: sololearn is for learning and practicing, and you will learn nothing if you did not practice ;P
16th Mar 2021, 2:22 PM
visph
visph - avatar
+ 1
the first project (basketball players) can be solved without numpy/pandas: the purpose was to do it from your own computation... next lessons involve numpy/pandas ;) you need to compute mean and standard deviation of the data set to be able to count how many players are in the range [mean-deviation, mean+deviation]... mean and standard deviation could be computed from scratch or by importing statisticals modules... including numpy/pandas ^^
17th Mar 2021, 4:45 AM
visph
visph - avatar
+ 1
Can you help me with the answer, please, I will appreciate it.
24th Mar 2021, 5:23 AM
kensy Nicolle Gutierrez Flores
kensy Nicolle Gutierrez Flores - avatar
- 1
did you solve it finally? I can view from your profile that you've completed 89% of the python for data science course... so I guess that's the case ;) but you never respond here nor upvoted my answers ^^
22nd Mar 2021, 11:05 PM
visph
visph - avatar