Chevron Left
Back to Introduction to Data Science in Python

Learner Reviews & Feedback for Introduction to Data Science in Python by University of Michigan

4.5
stars
26,907 ratings

About the Course

This course will introduce the learner to the basics of the python programming environment, including fundamental python programming techniques such as lambdas, reading and manipulating csv files, and the numpy library. The course will introduce data manipulation and cleaning techniques using the popular python pandas data science library and introduce the abstraction of the Series and DataFrame as the central data structures for data analysis, along with tutorials on how to use functions such as groupby, merge, and pivot tables effectively. By the end of this course, students will be able to take tabular data, clean it, manipulate it, and run basic inferential statistical analyses. This course should be taken before any of the other Applied Data Science with Python courses: Applied Plotting, Charting & Data Representation in Python, Applied Machine Learning in Python, Applied Text Mining in Python, Applied Social Network Analysis in Python....

Top reviews

HC

May 3, 2018

It's very useful specially for new learner because it only dives into the part of python that data science need. I strongly recommend to anyone even if you don't have experience in programming before.

PK

May 9, 2020

The course had helped in understanding the concepts of NumPy and pandas. The assignments were so helpful to apply these concepts which provide an in-depth understanding of the Numpy as well as pandans

Filter by:

5126 - 5150 of 5,918 Reviews for Introduction to Data Science in Python

By Stacey C R

•

Feb 10, 2018

Honestly, my opinion is that the material is "a little too difficult a little too early" .. not because an experienced programmers can't handle it, but because the urgency of getting the final assignment done forces a reversion back to more traditional programming techniques rather than instilling "Pandas like" programming techniques ... if anything .. "instructor solutions" should be given at the end of the course so we can go back and see "how we could have done it more elegantly" in the areas were are interested in.

By Keir M

•

Jun 10, 2017

Not a bad course but would like to see more teaching of best practice solutions to some of the test and assignment questions. As most of the assignments require a lot of self-learning it would be nice to discover if our solutions are optimal or not. As it stands you can get a perfect score by writing for loops or other inefficient solution when there are quite possibly built-in pandas functions which could achieve the same thing more efficiently. Would like to learn more about pandas and best-practice techniques.

By Mike L

•

Jul 10, 2019

The course materials is very practical. The lectures are very clear and self-contained. The only reason I gave 3 stars is that the homework takes too much time. I spent a lot of time digging into online forums to find out the nuts and bolts to finish the projects. Fortunately the teaching staffs are very helpful. The time spent for homework is too much for my preference. Maybe this is the way to learn this type of information. I don't know. Having said that, the materials and lecture qualities are great.

By Polina B

•

Jan 14, 2017

I liked that the course was very assignment-oriented. It had a good structure and interesting additional readings. However, for people who are not familiar with pandas library it may be very challenging to pass assignments. This minimal guidance, I believe, results not in a better understanding, but in confused students writing bad code and spending hours not understanding online documentation. Overall, I really liked the idea and content of the course, but not how instructors approached the self-learning part.

By Michael C

•

Nov 23, 2016

I have two general comments:

The first comment is . . . there was too wide a gap between the lecture content and the assignments. The second comment I have is . . . I spent too much time trying to figure out what the autograder wanted and not enough time learning Data Science with Python. I can only imagine the work that it takes to develop and launch a course like this. In all, I'm very excited to be part of this program. My comments are critical but hopefully helpful and all your work is appreciated.

By William J

•

Jan 26, 2020

Course content was generally good although sometimes the lecturer brushes over topics that could do with more explanation. He may explain 10 things you can do in quick succession making it hard to remember all of the points. Exercises were good but there is a big jump on week 3 and 4 and relies on students to spend time themselves searching the web for solutions to the problems. Whilst it is good to be independent, asking for things that haven't been taught in the class can be hard for some.

By Jon-pierre H

•

Sep 26, 2018

This course teaches some useful techniques, but suffers greatly in it's ability to teach you those things. The hw's do not contain enough information, and submission errors are very vague in terms of explaining what is actually wrong. During lectures, too much time is spent on the presenters face. They have presentation slides and code examples that do not get enough video time. It is not at all useful to talk about techniques without giving any textual info about it. It's not easy to follow

By Deleted A

•

Jan 8, 2017

It was a good course where i learned about new and great tools and techniques. I learned how to approach the data science problems using Pandas and Numpy. This would not serve as a great course for into to data science. Background with Database Management and Python really helps. Overall i learn about new and great tools and would definitely require Documentation while using the skills i learnt in this course. Overall Great Job by Professor Brooks. Would love to take more courses by him.

By Konstantin M

•

Feb 5, 2022

I have reasonable amount of experience in data analysis using R. I found this course to be fun and challenging. But I heavily relied on my previous experience. I imagine it would be very difficult for someone with just basic Python skills. Also, it feels like a large chunk of assignments was about data cleaning (yes, it’s important) while important pandas concepts weren’t covered in as much detail as I would’ve liked. The recommended book is really good, I’m using it as reference a lot.

By Charles W

•

Feb 26, 2017

I enjoyed and found all of the lectures helpful, but lack of feedback after submitting assignments was a real problem, especially for the last assignment. A simple response of "this was answered incorrectly, points not awarded" isn't very constructive and was often frustrating. Bugs in being able to submit the assignment were also frustrating. I spent a good amount of time trying to fix my code, thinking it was incorrect, when in actuality the online submission was just not working.

By Tarun Y

•

May 6, 2020

Course was good and i have learned and starting to refining my skills because of this course.

We have to do lot of practice and net browser to work on the assignment and only think that lacks in this course is the study material in the form of video i think,if the content of the video increased then this will be the perfect course plus there should be two assignment one related to what you have studied during video content and the programming assignment which test your skill test.

By fabien M

•

Jul 7, 2020

I have mixed feelings.

1) the course is very interesting. It is an applied course, there is a lot to learn.

2) But very hard too. There are so many things, that you may have difficulties to memorize quickly through practices. Then, you end up roaming on stack overflow and pandas documentation because you just can memorize enough to process and have to rely heavily on the documentation.

If you are interested to dig into the python, this is very interesting (but quite hard)

By Alexandre M

•

Jan 10, 2019

This class definitely makes you learn, but not as much from the lectures and course materials themselves, as from the discussion forums (shout out to teaching staff and mentors for their great help) and online tools like Stack Overflow.

I understand that this is also a technique to make us more independent, but it seems like the professor just wanted to skim over this part in order to concentrate on some future / more advanced class that is more interesting to him.

By Thomas L

•

Jan 22, 2017

Although I learned a lot in this course, I found the lectures and assignments to be much too different from each other. I would like to see assignments where you must practice what is learned in the lecture. For myself, I feel I learned 1 set of concepts from the lectures and another set from the assignments by spending time on stack overflow and the pandas documentation. Both are good but the lectures and assignments did not "flow" together as I would have liked.

By Aram H

•

Nov 13, 2016

The course is very interesting. The Jupiter notebook is very useful.

I don't like that many examples are very US-specific. Some important terms may not be clear for people who live outside USA.

Update: I'm lowering my grade from 4 stars to 3 stars because of very confusing assignments. Often it's not clear the requirement of the task. It takes very long to understand. Also some assignments require methods and functions that were not covered in video lectures.

By Saurav K

•

Aug 13, 2020

course content is good,but the instructor tries to explain everything just by saying it. does not demonstrates it every time and does not dive deep into the concept,so that the learner may get more interested. and if you are stuck at any assignment question then it might happen that you won't get the answer even after seeing the videos. assignment contains some questions based on concept which are not discussed,so you have to figure them out yourselves.

By Pedro G d B R

•

Apr 2, 2020

Excellent lectures and explanatiom about Pandas features. But the Assignments could have more conection with the lectures of the correpondent week. Also the instructions to code the assignments are often bad written or lacking information, causing erroneus comprehension about what are being asked. These kind of problem cause a lot of misconceptions abou the task and cost a lot of time from the student just to really understand the assignment objective.

By Pascal V

•

Feb 3, 2020

The assignment of week 4 is wrongly explained in the jupyter notebook. It says that the price_ration is equal to quarter before recession divided by quarter bottom recession. When you do so you will never get a validated result. The only result validated is recession_bottom minus recession_start!

Giving assigments should include expected solution. Now you upload your file several times in order to figure out you are using the wrong formula.

By Jordi C

•

Dec 29, 2016

In my humble opinion, this course does not have a correct balance of difficulty of new concepts/tools with the exercises given by the course to practice. It is a "hey, look, there is something called pandas out there that may be very useful for you" but it is too introductory. And I know the course has the word "Introduction" in the title but that does not grant, in my opinion, to run a 4-week course such as this one with so little content

By Alvaro A

•

Mar 4, 2017

The whole curse relies on the automated grading system, which is still a little sloppy. I think it would be useful to have one notebook or cheatsheet with all the important functions. And also, I personally like to have a reference assignment that was completed by the instructors. This could be provided before or after the course, but the way I really learn is by reading other peoples code and seeing ways to code problems. Thanks

By Chyld M

•

Nov 16, 2016

A good introduction to python and data science. The questions were just about the right level of difficulty. My main criticism is that the online videos were pretty short and not going into a lot of detail, whereas with the questions you had to do a lot of extra research to figure out how to solve them. More interaction with the enrolled students during the course and having more in-depth videos would make the course a lot better.

By Shivam S

•

Jul 14, 2019

The course is good if you are carrying even a little experience with python and data science. The teaching methodology is not that impressive but it can make key points clear. Assignments are really good which can be the best part of the course undoubtedly. Though once enrolled, you will yourself going through the discussion forums a lot because not everything is provided for the assignments. Self-exploring is highly encouraged.

By Dr S K

•

Dec 24, 2018

The material intended to be taught by this course is really good. What is missing is additional video tutorials to support the learner. I had to resort to youtube video by codebasics and other people so I could put together the required knowledge for this course. It urges the learner to do individual learning which is good, but there needs be more direction and support with educational material presented in a meaningful manner.

By Soham A

•

Jun 14, 2018

The assignment questions need a thorough understanding of the concepts which requires elaborate explanations with more examples. I felt that the standard of the examples were too low as compared to the standard of the assignment questions. I would not recommend this course to any beginner of Python language. The discussion forums on the other hand are inactive and I haven't received any quick response to my questions posted.

By Rolf B

•

Feb 21, 2018

Overall I learned a lot, but the relation between course material and effort to pass the assignments is not good. For example for week 4 there is 23 minutes course material (videos) and I needed roughly 15 - 20 hours to pass the assignment. In week three it was not much better.

The videos are only describing rough principles. For the assignments you have to search for a lot of other sources in the internet.