4 Respuestas
+ 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
+ 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 ^^
+ 1
Can you help me with the answer, please, I will appreciate it.
- 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 ^^