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
創建者 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.
創建者 Pradeep K G
•2022年6月27日
The content of this course is designed for the beginner with no understanding of pandas.
創建者 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.
創建者 Lazhar m
•2022年9月13日
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
創建者 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.
創建者 ADIL A A R
•2022年7月14日
This is a good start course in your journey for AI and deep learning
創建者 Tejal W
•2022年9月17日
It was good to clear the basics. Please create advanced also
創建者 ramazan y
•2021年11月9日
a good start for new learners
創建者 Angel V
•2022年10月24日
Great course!!
創建者 Fisayo A
•2022年9月20日
Relatable
創建者 yeferson g
•2022年9月17日
good
創建者 Mason A R
•2022年11月14日
A solid introduction to Pandas with some explanation of basic Python.
創建者 shahadat K
•2022年10月6日
Good practice on Pandas basics
創建者 Patric N
•2022年9月21日
Interesting and equiping
創建者 Jessica A
•2022年9月8日
Short and concise
創建者 Deleted A
•2022年11月3日
s
創建者 Sasha B
•2022年10月31日
complete waste of time. the online resource "rhyme" is terrible, slow and to small to use it
please avoid it
創建者 Charan R
•2022年9月17日
the tool is very difficult to use.i had very hard time using the virtual machine
創建者 Hamza A
•2022年8月10日
very basic.