MV
2022年6月7日
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
AR
2022年7月13日
This is a good start course in your journey for AI and deep learning
by Richard A
•2022年5月12日
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.
by Donna G
•2022年5月13日
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.
by Manny V
•2022年6月8日
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
by ADIL A A R
•2022年7月14日
This is a good start course in your journey for AI and deep learning
by ramazan y
•2021年11月9日
a good start for new learners
by Pradeep K G
•2022年6月27日
The content of this course is designed for the beginner with no understanding of pandas.
by Hamza A
•2022年8月10日
very basic.