MV
7. Juni 2022
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
AR
13. Juli 2022
This is a good start course in your journey for AI and deep learning
von Richard A
•12. Mai 2022
For a recent course, it includes some obsolete code:
read_csv('file', squeeze = True)
Squeeze is not supported in Pandas read_csv and must be called as
pd.read_csv('file').squeeze("columns")
Sorting has changed also:
series.sort_values(inplace=True)
is not suppoorted and needs to be done by making a copy:
series = series.sort_values()
The virtual environment is horrible - the screens are too small on a laptop, contantly timing out (I have a fast fibre connection) and the video pauses for no reason.
I downloaded the notebook to work on it in my own editor, but every time you click out of the course window, the video pauses. Very frustrating to work with.
The course could be condensed into no more than half an hour - there's a lot of time spent talking about what's going to be talked about instead of just talking about the subject in hand and then going over some basic points over and over.
von Pradeep K G
•27. Juni 2022
The content of this course is designed for the beginner with no understanding of pandas.
von Donna G
•13. Mai 2022
This guided coding project helped concrete what I've been learning in other courses. I'm really glad I took it. I think it helped boost my confidence in what I've been learning. The instructor and the material was easy to understand and informative.
von Lazhar m
•13. Sep. 2022
I am very grateful for this opportunity you have given me, this project has helped me regain my vitality and desire to research and learn more in the field of data science
von Manny V
•8. Juni 2022
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
von ADIL A A R
•14. Juli 2022
This is a good start course in your journey for AI and deep learning
von Tejal W
•17. Sep. 2022
It was good to clear the basics. Please create advanced also
von ramazan y
•9. Nov. 2021
a good start for new learners
von Angel V
•24. Okt. 2022
Great course!!
von Fisayo A
•20. Sep. 2022
Relatable
von Ayman A
•18. März 2023
awesome!
von yeferson g
•17. Sep. 2022
good
von Mason A R
•14. Nov. 2022
A solid introduction to Pandas with some explanation of basic Python.
von shahadat K
•6. Okt. 2022
Good practice on Pandas basics
von Patric N
•21. Sep. 2022
Interesting and equiping
von Jessica A
•8. Sep. 2022
Short and concise
von Deleted A
•3. Nov. 2022
s
von Sasha B
•31. Okt. 2022
complete waste of time. the online resource "rhyme" is terrible, slow and to small to use it
please avoid it
von Charan R
•17. Sep. 2022
the tool is very difficult to use.i had very hard time using the virtual machine
von Hamza A
•10. Aug. 2022
very basic.