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
27,249 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

ME

Jul 26, 2020

Quizzes were very challenging and interesting. I learned alot. The main drawback in this course is that the materials are insufficient to answer the assignments.And some questions were not so clear.

PB

Dec 29, 2019

It is a great course to get started in the field of data science. It just require basic knowledge of python. This course teaches you basics of numpy and pandas and how to apply them in data science

Filter by:

176 - 200 of 5,988 Reviews for Introduction to Data Science in Python

By Robert G

Jun 2, 2022

Very interesting and hands-on course. Especially with the assignments not being timed and instead being allowed to google, but the assignments still being appropriately hard. The assignments promote problem-solving on the fly and finding the help you need on stackoverflow, google, etc.

By Sean C

Jul 29, 2019

This course is excellent if you're looking to learn how to use Pandas inside Jupyter Notebooks. Assignments are autograded and feedback can be received immediately. Course is a few years old and discussion forums contain answers to common questions

By Joshua A

Oct 24, 2020

Great introduction to applied data science. The weekly assignments are challenging and varied, and students are required some independent studying outside of the lessons. The forums are also quite helpful in approaching the assignments.

By sisih

Oct 23, 2023

I'd say it is a very robust course for pandas intro, particularly the coding assignments are excellent! I consider this my stepping stone to becoming a competitive data scientist. Michigan's courses are always of high-quality.

By Swapnil S

Jul 12, 2022

Really impressed by the material and quality of instructions to teach this complex topic. I felt the assignments were appropriately challenging to apply concepts taught in the lecture. Well done and thank you!

By Cihan Ö B

Feb 7, 2023

The assessments, quizzes, and course coverage are quite good. The main points are covered, although it does not cover everything. Additionally, it provides opportunities to learn and conduct research.

By Hsuan-Yu C

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.

By Carla F

Jun 18, 2020

Um curso intenso e bastante prazeroso. Gostei de todas as etapas, os videos funcionam bem e estão construidos numa base introdutória, mas o desafio é pesquisar e pesquisar. Muito interessante mesmo!

By Pravesh G

Mar 2, 2020

the course is designed very well. It covers data manipulation topics very well. It has excellent assignments which help in understanding the course concepts more better

By Ofir R

Jul 25, 2019

Frankly, I did not watch the lessons at all, although they seem good.

The assignments were really great !

Challenging and very rewarding.

Really recommend the course !

By Mengru Z

Mar 15, 2021

Very interesting course to guide you through from the basics of pandas. Teaching staff is of great help throughout the learning process, with speedy replies.

By Pavan A

Sep 28, 2020

Great course that teaches about how to process data in Python. The lectures are very code-based and the programming assignments help you learn new methods.

By Krishna M

May 12, 2019

Excellent course with assignments, But some elaborated videos on topics could help much better in solving the assignments in time.

By aborucu

Apr 20, 2021

Prof Brooks, Yusuf and Jimi have worked out engaging but also demanding applied course on the subject. Thank you very much

By Teck F

Feb 24, 2021

Discussion forums are very useful. Exam questions are challenging for beginners but doable. Good teaching.

By J D

Jul 15, 2022

Great course, but expect to really work. The assignments force you to get a good grasp of the material.

By Claudio J G M

Jan 24, 2024

Excellent course if you are interested in start learning about Pandas, and data handling in general.

By Daniel F L V

Mar 5, 2021

Excellent course! The professor is super clear and the content was really well organized!

By Li Y

Mar 10, 2020

Very helpful and practical course, great intro to data science.

By Hảo T K

Nov 5, 2020

This is the only course worth in the specialization

By Sumit K B

Mar 5, 2019

Great course to bulild strong base on Pandas.

By Nahurira C B

Feb 15, 2024

i am so happy

By Tahsin N

Sep 21, 2020

A

m

a

z

i

n

g

!

By John R

Aug 13, 2018

It took me a while, but I finally figured out the problem with this class. The lectures provide some good information, but only rarely do they go into WHY a particular action/method/approach is used or WHY it will be important later. I had to do my own deep dives into available documentation to figure out how most of the functionality covered in lectures really works. This is not necessarily a flaw in the class, but it does mean the suggested time commitment for each week of class is significantly underestimated.

The assignments, while interesting, have the same issue as the lectures. Most of the time is spent using of Google to look up Pandas and Numpy functions or methods, or if we really get stuck, to see if someone on StackOverflow already addressed any questions you might have.

Put simply, the only different between this class and learning from a book is the class sets deadlines for the students to meet in the form of graded assignments.

Of course, the setting of deadlines is an excellent way to stimulate learning, and this is why I will continue on with the Data Science specialization.

By Stephen L

Jun 17, 2020

The course will teach you basics of the Pandas library, which is an essential skill. It also gets involved with some issues related to data cleaning, which is also essential, but felt a little like

There is very little peer-to-peer learning because there are no practice sets that peers can talk over, only assignments which Coursera's Honor Code naturally prohibits discussing. Hence, the learner never sees optimized code for solving real-world problems. I'm pretty sure I would have learned more if this course had provided more practice problems for learner discussions. For example, very inefficient iterations can be used to solved problems that should be solved in better ways with Pandas. I know that sometimes I was doing it right, but I think sometimes I wasn't and it would have been nice to see better code.