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

YH

Sep 28, 2021

This is the practical course.There is some concepts and assignments like: pandas, data-frame, merge and time. The asg 3 and asg4 are difficult but I think that it's very useful and improve my ability.

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:

3676 - 3700 of 5,918 Reviews for Introduction to Data Science in Python

By Bruno L

Jan 26, 2017

Com certeza o curso melhorou o meu conhecimento em python. Antes mesmo de terminá-lo já aplicava os conhecimentos no meu trabalho. Contudo, terminei trabalhando muito mais tempo nas provas do que o tempo estipulado pela equipe de instrutores. Cheguei a pensar que estava fazendo tudo errado, mas vi nos fóruns que outros também tiveram a mesma dificuldade. Estou muito satisfeito, não quero provas mais fáceis, apenas uma noção mais adequada do tempo que será gasto (levando em conta que estrangeiros podem demorar mais para entender o enunciado).

By ANISH V N

Jun 25, 2020

The videos were little fast paced. The explanation were good. It would be better if more detailed explanation on pandas has been given. Some more functions of pandas must be given because in assignment part the questions were little tricky and the question of that type has not discussed. You have to learn more from other resources. However overall course was good, it gives a good explanation on how to use python to manipulate data in table and many more. Before opting this course the individual should have a good grasp on basics of python.

By Faris

Jan 28, 2017

A lot of the harder questions were unclear or not covered by the course. Many were passed onto "look this up yourself", which is fine, but sometimes a different approach resulted in a slightly different answer marked as wrong. The group_by stuff was especially tricky, as it was unlike its SQL counterpart and could have used a better example, eg with a function to split into quarters or group columns. Other than that, very interesting overall and very neat datasets. I would encourage having students check out kaggle.com for extra credit.

By Dusan Z

Mar 5, 2020

Small criticism - either requirements.txt should be published (version dependencies) or the course should be updated for to reflect modern versions of pandas, or perhaps both. Autograder has a tendency not to be able to process subtle differences in dataframe shapes from time to time and this is discussed at length in the forums but nothing much is done to rectify. Possibly related to obsolete versions and dependencies. Questions could be slightly better formed. All in all, a great course, which has kept me busy for a couple of weeks!

By Bhavin P

Nov 11, 2018

Introduction to Data Science in Python is a nice introductory course to jumpstart your career in the field of data-science while working with python. The course assumes you have basic knowledge of python programming including its syntax and semantics. Later, the course quickly dives into topics like list comprehensions, lambda expressions, numpy arrays, pandas series/dataframes. Most, of the common tasks involved in the field of data-science such as data cleansing, data analysis and manipulation are thoroughly covered in this course.

By Robert S

Dec 6, 2017

More about Python skills related to Data Science than Data Science itself.

Good quality of lectures, although they are very dry and brief. Assignments are challenging and require some googling/extra study. Supplementary materials are very inspiring - I enjoyed them the most.

If you want to be well prepared to use Python in data science field and have some time to spend working on the assignments - this is the course for you.

If you want the gentle introduction to the whole discipline - this is not the starting point I would recommend.

By Francois

Nov 20, 2016

This was way above my level knowledge. One will definitely a strong level of knowledge in stats and data analysis to begin with. The Python part is but only a tool in this module / course.

For that reason I found the tutorials way too fast paced. I had to go back on everything and test, so a 5 mins tutorial video would sometimes take me 30 mins or longer to complete.

The 3 hour / 4 hour assessments took me days!

Yet - a great way to jump into something new! The course itself is great. The presentation and content is just as great.

By Danteswara R P

Oct 28, 2017

Excellent course challenging at every stage. Especially the emphasis on assignments without spoon feeding is really brilliant.

One suggestion is during the assignments, especially week4 there are situations where Pandas was giving lot of trouble. For beginners it is becoming trial and error in between. Will be good if you can collate such challenging aspects and include optional tutorial for students to specialize in those topics. YOu need not cover everything but some comprehensive on such topics. Otherwise course is excellent

By user n

Feb 6, 2022

Overall I have enjoyed the course and got useful skills from it. I really appreciate the effort the course development team has put to create it. It would be better if the programming assignments include more 'textbook problems' where we get to practice the basic uses of python (eg. rename, groupby, apply) before delving into these long and hard real-world problems. Sometimes I just got so frustrated when I found out I did not actually know how to carry out the basic operations while doing the assignments.

Thank you!

By Cheryl M

Nov 20, 2017

Good information but the auto-grader could be re-tooled to provide more feed back, especially for common issues. I would like more reference material for basic python/panda operations with examples. I should not need to dig into a forum to get a link to commonly used syntax. Having a basic reference guide with clear examples would have saved me hours of time and my retention and the overall experience would have been much improved (please use your class to share what you know, it does not have to be this painful)

By Álvaro T J

Nov 20, 2016

The theory and examples are very good and cover a lot of functionalities. I like most the questions that pop up in the middle of the videos, it is a great way to check whether you understood the concepts.

Some parts require refinements, the questions in the middle of the videos must be synchronized with the content (there is a little time gap) and the questions in the weekly assignments must be reviewed in depth, I dislike wasting a lot of time trying to understanding what is required to answer in each question.

By Vincenzo G

May 30, 2021

Good introductory course overall. I would have spent more time and assignments on some Python basic, such as list comprehension and lambda functions, as opposed to focusing the first part on regex. However, it does say that this is an 'intermediate' course for someone with prior programming experience. After I completed it, I felt quite positive about what I learnt and it was definitely a more thorough and better organised course than any other Python bootcamp/course that you would find on other websites

By Ramazan A

Jun 28, 2020

Very technical course, heavily focused on working with data, oriented on self-study. It is more about Python how to deal with datasets in it, in the very end, you got introduced to t-test co make basic statistical test, without any underlying math concepts.

Get ready to visit official Python websites, libraries documentation, forums like GeeksforGeeks, Stack, etc. Assignments are hard but very useful, however, I would prefer more lectures on Python functionality, since course material does not cover much.

By Peng J

Oct 10, 2019

The material covered is solid, however the one missing star in my rating is attributed to poor design of the assignments. To be specific, there's a lack of clarity in the instructions, also there is a HUGE leap between the learning examples and the last assignment. Understood that it takes some self-learning and searching over the internet, but for the fees I paid I would expect the course to provide the materials readily. Otherwise, what is the point of me coming here, I could have get a book and learn!

By Joel

May 27, 2019

The content of this course is excellent and the assignements deliver a good learning experience which encourages independant problem solving. The autograder can be frustrating at times due to version errors which occasionally arise when working offline. This can be demoralising at the outset, but all of the information required to pass the assignments can be found in the lecture materials and discussion posts. 5-stars for an updated autograder or some more obvious information regarding its limitations.

By Paweł Z

Mar 17, 2018

It's really good but the assignments are super ambigous and you will have to browse through the forum to get the info what exactly you are supposed to do (not exactly a bad thing, but may be very frustrating), couple of times I just changed something ambigous in my code to the "other option" and passed this way submission - probably tutors would like their students not to do that, but it's a good strategy in this situation. The forum is essential in passing the course, I guess it shouldn't be this way.

By Dr. P R

Jul 12, 2023

The course seems to be hurried up throughout. It is definitely not for first-time data analysis students. It takes a bit of time to get used to the lecture speed and style. Most lectures required multiple viewings to make any sense. Some extra effort is required on the part of the student to learn everything. And the assignments. The assignments are pretty serious and require hours of effort to solve. If you are planning to take up this course, my suggestion would be to expect to put in hard hours.

By Subham K S

Jan 10, 2020

Very Good content. Quite challenging for someone new to data processing. Great Experience. Thank you Coursera and University of Michigan.

Suggestion: I had to google many stuffs to find some python methods and data processing tricks. These things can be provided as reference material. But It is not a big deal as searching and working out my way to the completion was fun.

Also more exercises can be provided before assignment to make the students a bit more acquainted before attempting assignments.

By Christopher H

Nov 20, 2016

Great! Even for someone with some python / pandas experience, it was a nice refresher / found new tips / tricks. I actually enjoyed the fact that the assignments didn't hold your hand and forced students to solve problems with the forum and other resources. Look forward to the rest of the courses in this specialisation!

Two aspects you could improve is teaching is (1) Multiindex and (2) Regex. It seemed like you purposely avoided discussing these. These should be a mandatory subjects to learn.

By Abigail H

Aug 2, 2017

This was a great introduction to the material which gave me enough of a background to start doing small projects myself. I didn't find the videos necessarily that helpful - I mostly learned by reading documentation and stackoverflow responses - but the assignments were well-structured and challenging.

My only problem with this was that the automatic grader took some getting used to, and I think that the first programming assignment should have come with some basic notes about how to handle it.

By Soo X W

Aug 2, 2020

I learned a lot thanks to the challenging assignments, lectures were a little too fast and confusing at times, but the jupyter notebooks provided are very useful to interact with and learn.

Would have given 5 stars if they update their python version and pandas library version, some new functions I used on my local machine don't work on the coursera jupyter notebook, and it is really annoying to have to go out of my way to change code that works in latest versions but not in older version.

By Ritu R K

Jul 3, 2020

This course helped me get started with data science. It contains a lot of useful methods and functions which prove to be worthy in day to day python programming as well. One must have a good understanding of basic python before enrolling for this course and must study the reference books mentioned to ace the assignments. The only CON of this course is that the assignments are difficult when compared to the tutorials but, as I said above, one must study the references to keep up with it.

By Robert E

Oct 2, 2018

I found the exams, especially the final 2, to be very challenging. The estimated exam completion time was 2 hours. I must have averaged 20 hours. The exam difficulty is evinced by the numerous questions posted on the forum. Kudos to staff member Yusuf Ertas for his helpful and timely responses! Much material necessary for the exams was NOT covered in the lectures. Although the lectures were excellent, I feel the majority of my learning took place on outside research for the exams.

By Aditya V

Oct 2, 2019

A good course to start Data Science. However, it would be better if the videos could be more explanatory. This course has very short videos and assumes that the candidate should do EVERYTHING (in terms of research on external resources or reading elsewhere). The assignments are challenging enough for you to learn the technology pretty well but again, there could have been better, longer and more in-depth explanations to cover the assignments. A lot of time goes in doing your research.

By Maximiliano F M

Mar 2, 2021

Muy bueno curso para entender sobre los fundamentos del manejo de datos con python. Los videos son de una alta calidad y hay harto material adicional interesante. Una parte importante del trabajo es de exploración en recursos de internet, pero sabemos que eso es parte de la pega de un programador/cientista de datos y el curso te impulsa a realizar esto. Eso si la tarea de la semana 3 fue muy extensa en comparación con las otras semanas y eso me hizo perder la motivación en un minuto.