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,911 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

CB

Feb 6, 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.

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.

Filter by:

501 - 525 of 5,918 Reviews for Introduction to Data Science in Python

By Timothy M

•

Mar 8, 2018

This was an outstanding course. It was a great introduction to pandas, and also some good exposure to data science. The homework via jupiter notebook was a great way to practice the new skills, and the auto grader is informative and helpful about submission mistakes. The forum is very well maintained by the staff. Thanks U-mich!

By Luo M

•

Jul 25, 2017

Very well constructed course. Admittedly, there is a pretty big gap between the content in the lecture and what is needed to finish the programming assignment. However, I think this is by design to help learners understand the content better and to seek solutions outside classroom. Highly recommended for anyone interested in data science.

By Harshit G

•

Apr 19, 2021

A great course to get a solid foundation of Data Science in Python. Course material, recommendations and discussion forums are very insightful. User-friendly tools and flexibility is a bonus. You'll surely get to level-up your programming and problem solving skills. Completing it will surely increase your appetite for Python programming.

By Ramya K

•

Jan 20, 2019

While this is not an easy course for beginners to python programming, I found it enormously helpful. You'll need to consult other resources to solve the assignments but that was the best part of the course. The assignments taught me much more than just the lectures. Dr. Brooks is a little too fast but you'll adapt tot he pace eventually.

By Tim W

•

Feb 6, 2017

Very rewarding course. As many others have mentioned, the learning curve in the assignments is steep and the time estimate of 4 hours/week is unrealistically short. It took me about three days of full-time work to finish the course. Great into to working with data structures in pandas, data cleaning and basic statistical tests in python.

By Anirban D

•

Feb 18, 2019

The explanation of the pandas library was a bit fast in my opinion, but apart from that, the instructor was clear in explaining the usage of the library and its application. A great course overall. I would suggest that a basic understanding of the pandas library would be useful before attempting this course although it is not necessary.

By Mohd F B A

•

Jan 25, 2018

I went into the course expecting the course would be a breeze. Boy! I was wrong. The course start easy on you in the beginning. Week 3 and i'm starting to feel the heat. Books and stackoverflow was my best friend going through this. Thanks for the great course. Teach me a lot of new tricks. Don't be fooled by the word "Introduction to".

By Juan R C C

•

Jun 20, 2017

It's a very interesting course. very recommended for who wants to acquire Data Science fundamentals using a powerful tool like Python. For who hasn't previous experience with Python it's required an additional time to review examples and docs in the python communities but all assignments are meaningful and the effort has a good payback.

By Ryan B

•

Feb 3, 2017

The duration of the course (4 weeks) was ideal. It was manageable as a part time course. The tests helped me a lot to practice and learn the concepts deeply. The forums were very helpful in clarifying the questions. The video quality was great.

Many thanks for this great course which is made available online for free for all the world.

By Hassaan S

•

Nov 17, 2020

Absolutely perfect course for learners who are very new and also for those who already have some experience in the field. A challenging path for students new to python and data science which helps improve the skills significantly, I would like to thank the instructors and the faculty which is actively available on discussion forums :)

By Jonathan B S

•

Jan 13, 2017

Great introduction to pandas and the basics of data cleaning and preparation. The video lectures are great and the optional readings are interesting. I had a blast working on the assignments and learned quite a bit. I would recommend this as a good starting point to anyone looking to learn how to use python for data analysis purposes!

By Frederik W

•

Jan 24, 2017

The course is well structured and clarity of teaching is impressive. The assignments have a good mix of easy and progressively tougher questions that build on the syllabus and challenge you to manipulate data in your own way. I can warmly recommend this course to anyone who wants to begin manipulating and analysing data using python.

By Donal O

•

Sep 30, 2020

Worthwhile course. Tougher than I expected and a good start for my Python learning. This course focuses on assignments which challenge your understanding with real world data.

Would definitely recommend to someone who is beginning their education in Python and Data Science, but has a general understanding of both before they begin.

By Yann O

•

Dec 27, 2016

Thank you very much for this course. I really enjoyed the level of the course. In particular the fact that a decent amount of research was needed to work on the assignment.

A few issues with the programming assignment. Especially at the beginning. I am assuming this is because this is the first version that uses jupyter notebooks.

By Ardiansyah 1

•

Aug 16, 2020

The course is very useful and really brought me into the practical use of pandas. While following this course, I do my office work and research work using pandas, and it helped a lot. Knowing that I could use some pandas' feature (informed in the course) and extend the feature's knowledge by reading online forum is really excited

By Tomás U

•

Mar 7, 2022

Great content selection for an introduction to data science for people with some technical background, and most of it very well-taught. My only complaint is that the last two assignments take much longer than 3h to get 100% completion, which made it hard to combine the course with my university studies during the last two weeks.

By Pierre C

•

Nov 26, 2016

I learned A LOT during this course. I was even able to apply some of this knowledge at work after week 2 (and I do not have a technical job - I do this on my own time).

It did feel a little complicated at some times. Some more detailed explanations in the assignments could help. We don't always know what the autograder expects...

By Michał S

•

Apr 10, 2020

I strongly recommend this course to people with zero knowledge of Data Science, but also to people with some experience that want to switch from R to Python or to freshen up their knowledge. Also I really liked the assessments, they were challenging enough to really learn something. I think they are the courses main strength.

By Lokshyn O

•

Nov 21, 2018

Great hands-on course on Python pandas. The assignments are from intermediate to hard and instructions are not rather clear, but everything could be solved using pandas documentation and discussions forum.

The biggest advantage of the course is that it makes one think, dig documentation and practice pandas real-world examples.

By Guanghua S

•

Jan 23, 2017

This is a very well organized course with a great introduction to data science. In a short time of 4 weeks, it covers Python basics, Padans library, and some very basic introduction to statistics in data science. The assignments are well desgined, and the mentors are very helpful in the forums. I highly recommend this course.

By WR

•

Oct 9, 2019

Excellent course with learns you the basics of python for data science. Prof. Brooks has a very clear way of explaining things. Some experience with programming in for example R or Matlab comes in handy, especially for the assignments, so I would opt for a more introductory course to Python if you don't have that experience.

By Sandra D

•

Jan 10, 2019

Many of the questions in the Assignments were written in a confusing manner thus requiring a LOT of time to figure out what the request was. However, the WHOLE course and the learning was absolutely outstanding. Thank you for putting this course together and the Forum information that helped to figure out the Assignments.

By Tanuj S

•

Sep 1, 2020

This is an excellent starting point for people broadly familiar with data analysis and programming but unfamiliar with pandas/python. The only minor complaint I would have is that sometimes the questions for assignments are a little vague. Overall, for me, this course was perfectly paced and the lectures are staggered well.

By Jose A P A

•

Jul 5, 2020

Excelente curso para reforzar los conocimientos en Python y poder analizar distintas bases de datos. He descubierto nuevos enfoques para el tratamiento de la data , y sobre todo, contar con distintas formas de escribir el código para ser más eficiente. El profesor que nos acompañó durante el curso es muy claro y didáctico.

By Elif

•

Apr 7, 2020

This course is an overwiew of the data science tools in Python 3, very good place to start for beginners. I did not have any prior python lang experience before i started this course, but now i feel much comfortable importing, manipulating data and draw conclusions about it. Thanks for making it happen TA's and Mr. Brooks!