MK
It was really helpful to get an idea on the Pandas and how useful it is in quickly providing the data results
In this structured series of hands-on guided projects, we will master the fundamentals of data analysis and manipulation with Pandas and Python. Pandas is a super powerful, fast, flexible and easy to use open-source data analysis and manipulation tool. This guided project is the first of a series of multiple guided projects (learning path) that is designed for anyone who wants to master data analysis with pandas.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
MK
It was really helpful to get an idea on the Pandas and how useful it is in quickly providing the data results
TP
It was good to clear the basics. Please create advanced also
AU
It was very helpful project for me as beginner in pandas
MV
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
LM
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
MR
A solid introduction to Pandas with some explanation of basic Python.
IR
such a great guided project i learned alot about data analysis
AR
This is a good start course in your journey for AI and deep learning
Showing: 20 of 26
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.
The content of this course is designed for the beginner with no understanding of pandas.
complete waste of time. the online resource "rhyme" is terrible, slow and to small to use it
please avoid it
the tool is very difficult to use.i had very hard time using the virtual machine
very basic.
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.
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
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
It was really helpful to get an idea on the Pandas and how useful it is in quickly providing the data results
This is a good start course in your journey for AI and deep learning
such a great guided project i learned alot about data analysis
It was good to clear the basics. Please create advanced also
It was very helpful project for me as beginner in pandas
a good start for new learners
Great course!!
much valuable
Relatable
awesome!
thanks
good