Chevron Left
返回到 Data Analysis Using Python

学生对 University of Pennsylvania 提供的 Data Analysis Using Python 的评价和反馈

4.5
424 个评分

课程概述

This course provides an introduction to basic data science techniques using Python. Students are introduced to core concepts like Data Frames and joining data, and learn how to use data analysis libraries like pandas, numpy, and matplotlib. This course provides an overview of loading, inspecting, and querying real-world data, and how to answer basic questions about that data. Students will gain skills in data aggregation and summarization, as well as basic data visualization....

热门审阅

EB

Jan 14, 2022

This is a good course! I hope University of Pennsylvania will offer the more advanced course so I can enroll, too! Kudos to the instruction and to the staff.

AM

Feb 7, 2021

Videos touching same theme were too short (26 sec, 1 min, etc.) and disruptive. Wish there could be more practices.

筛选依据:

76 - Data Analysis Using Python 的 100 个评论(共 105 个)

创建者 J H

Jul 16, 2021

On one hand this is a really good course and the slides are excellent and enough to teach you all you will need to know. However, the assignments are not always clear about what you should do and you may find that having the right columns in the wrong order is enough to mark you wrong. This being said, if you look at the output from the errors it will give you an indication of exactly why the test failed and what the test was actually looking for.

创建者 Donna G

May 5, 2022

I learned a lot in this course. I enjoyed the homework/assessments. I do wish the assessment questions were worded a little more clearly for those of us who overthink. I found that my mistakes were often in misunderstanding what was wanted.

I found a lot of answers combing the discussion forums, but I also did a lot of outside research. YouTube helped a lot to get pandas down. Overall, I feel like it was well worth the time and effort.

创建者 David

Jun 17, 2021

It was a good class. The assignments are fairly straightforward and the videos are bite-sized so you don't have to sift through hours upon hours of video. As for improvement, I think it's more an issue with Coursera itself rather than the instructor or UPenn, but I sometimes feel like it's hard to know how much I've retained from the class.

创建者 Yu X

Feb 1, 2023

I think this module is slightly better than the introduction as the assignments are easier and more practical. Also, the extra hints on the videos are quite helpful to explain many points that the tutor doesn't mention.

创建者 YK H

May 23, 2023

Intro to different useful and powerful library like pandas, numpy, and matplotlib.

Homework not really difficult as the course mainly teaches you how to use those library.

创建者 Luke H

May 24, 2021

I'd like for this to be a little more in-depth. I had fun with the data visualisations. However, probably more of manipulating the data would be good.

创建者 Anne L

Mar 25, 2021

Very informative course. However lessons feel more like telling than teaching. The lecturer could go more in depth.

创建者 Alejandro M

Feb 8, 2021

Videos touching same theme were too short (26 sec, 1 min, etc.) and disruptive. Wish there could be more practices.

创建者 Akash K

Apr 13, 2021

course is overall good but face some problem in understanding of homework questions, proper explanation is needed

创建者 Daniel P

Feb 18, 2022

The issure of learning the difference between dataframe and series needs to be a bit more clear in my opinion.

创建者 B B

Jan 9, 2023

Good, but it is getting a bit out of date. Several of the commands in the lessons were deprecated.

创建者 A S

Nov 5, 2024

Overall to the point but needs more examples, and the methodology of testing needs improvements

创建者 Farshad S

Jul 30, 2021

it would be better if sections were covered more of panda and matplotlib and even seaborn

创建者 Mehta A J

Feb 22, 2022

the data summarization part was rushed through, apart from it, the course is very good

创建者 Dirk

Apr 7, 2023

Concise review to continue learning the pandas library with some visualization tools.

创建者 Akshat J

Aug 9, 2021

Great Course! Would have liked to go even more in depth

创建者 Moturu N S

Jul 30, 2021

Very good introduction to data analysis using python

创建者 Daniel P

Dec 17, 2020

Short but very informative course. I like it!

创建者 Viktorija L

Jun 14, 2022

Very useful coure

创建者 María J L P

Jan 25, 2023

Buggs

创建者 Vivian H

Dec 31, 2020

meh

创建者 Indrahdhevi

Oct 3, 2021

Not ideal for people w/o data science background

创建者 Tracie B

Jan 6, 2023

The course is ok for a basic course.

创建者 Laura M

Apr 21, 2021

Videos and resources were really helpful. But the HW assignments are written poorly. They include typos/ambiguities that force you to spend a lot of time trying to figure out what instructions mean vs actually learning how to code. Little things like writing "less than" when the coder really needs to use "less than or equal to" amount to time wasted that is not spent learning to code. That being said, the TA's for the course are very helpful and have answered most of the questions in the Discussions. But they should probably go back and fix the typos and inconsistencies in the wording of the homework assignments.

创建者 Gal O

Mar 7, 2023

The focus should have been on data structures, learning to work with them more intimately, and understanding their unique uses. Creating charts and plots is a waste of time, you will never do that in real-life situations...