学生对 Coursera Project Network 提供的 Mastering Data Analysis with Pandas 的评价和反馈
课程概述
热门审阅
MR
Nov 13, 2022
A solid introduction to Pandas with some explanation of basic Python.
TP
Sep 16, 2022
It was good to clear the basics. Please create advanced also
1 - Mastering Data Analysis with Pandas 的 25 个评论(共 25 个)
创建者 Richard A
•May 12, 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.
创建者 Pradeep K G
•Jun 27, 2022
The content of this course is designed for the beginner with no understanding of pandas.
创建者 Donna G
•May 12, 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.
创建者 Lazhar m
•Sep 13, 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
创建者 Manny V
•Jun 8, 2022
The Mastering Data Analysis with Pandas : Part 1 addresses Panda Series and sets you up perfectly for Data Frames and advanced topics.
创建者 mohana k
•Jun 22, 2025
It was really helpful to get an idea on the Pandas and how useful it is in quickly providing the data results
创建者 ADIL A A R
•Jul 14, 2022
This is a good start course in your journey for AI and deep learning
创建者 Imtiaz A R
•Sep 16, 2023
such a great guided project i learned alot about data analysis
创建者 Tejal P
•Sep 16, 2022
It was good to clear the basics. Please create advanced also
创建者 Alisa U
•Mar 19, 2025
It was very helpful project for me as beginner in pandas
创建者 ramazan y
•Nov 9, 2021
a good start for new learners
创建者 Angel V
•Oct 24, 2022
Great course!!
创建者 Zamad S
•Mar 20, 2025
much valuable
创建者 Fisayo A
•Sep 20, 2022
Relatable
创建者 Ayman A
•Mar 18, 2023
awesome!
创建者 yeferson g
•Sep 17, 2022
good
创建者 EISSA Y S
•Feb 19, 2024
شكرا
创建者 Mason A R
•Nov 14, 2022
A solid introduction to Pandas with some explanation of basic Python.
创建者 shahadat K
•Oct 6, 2022
Good practice on Pandas basics
创建者 Patric N
•Sep 21, 2022
Interesting and equiping
创建者 Jessica A
•Sep 8, 2022
Short and concise
创建者 Deleted A
•Nov 3, 2022
s
创建者 Sasha B
•Oct 31, 2022
complete waste of time. the online resource "rhyme" is terrible, slow and to small to use it
please avoid it
创建者 Charan R
•Sep 17, 2022
the tool is very difficult to use.i had very hard time using the virtual machine
创建者 Hamza A
•Aug 10, 2022
very basic.