YY
2021년 9월 28일
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.
PK
2020년 5월 9일
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
교육 기관: Hamdy M E T
•2020년 3월 16일
Great Course and Awesome Instructor. The course is very practical and hands-on. All assignments starts with messy data and leave it up to you to start cleaning and manipulating the data with some modeling objective in mind which is what a real data scientist typically do. Thanks for the course , it was a really cool experience ! I really enjoyed the course and it was a bit challenging sometimes!
교육 기관: Oluwapelumi S
•2020년 8월 5일
This course is really wonderful and tasking. You'll get to know the core foundations of Data Science and useful libraries Data Scientists use to manipulate data. The assignments are very thorough and deep. Many thanks also to all the teaching assistants who were available to help, especially to Sophie Greene and also to Yusuf Ertas. I look forward to completing the specialization!
교육 기관: YIJUN F
•2021년 3월 8일
Overall the course is great for people who want to begin with data science. The skills it incorporate are very useful. The only thing to improve is that we could be given more hints when doing assignments. Sometimes we are not familiar with what can be done with Pandas, so it took a lot of googling to complete the assignment.
교육 기관: Donald W
•2022년 5월 26일
Excellent course, even if you have taken other Python courses or if you use Python regularly. This course provided a good introduction to many ways you will use Python in real-world applications. The assignments were challenging enough and some required research on your own, which is exactly what you do with real problems.
교육 기관: Robert G
•2022년 6월 2일
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.
교육 기관: Sean C
•2019년 7월 29일
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
교육 기관: Francis J A
•2020년 10월 24일
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.
교육 기관: Swapnil S
•2022년 7월 12일
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!
교육 기관: Adrián A R V
•2016년 12월 31일
To be an introductory course I struggled a lot, is a very practical course, and the assignements encourage you to learn more. This is the best technical course I have taken. Lo recomiendo ampliamente
교육 기관: Carla F
•2020년 6월 18일
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!
교육 기관: Pravesh G
•2020년 3월 2일
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
교육 기관: Ofir R
•2019년 7월 25일
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 !
교육 기관: Mengru Z
•2021년 3월 15일
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.
교육 기관: Pavan A
•2020년 9월 28일
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.
교육 기관: Krishna M
•2019년 5월 12일
Excellent course with assignments, But some elaborated videos on topics could help much better in solving the assignments in time.
교육 기관: aborucu
•2021년 4월 20일
Prof Brooks, Yusuf and Jimi have worked out engaging but also demanding applied course on the subject. Thank you very much
교육 기관: Teck F
•2021년 2월 24일
Discussion forums are very useful. Exam questions are challenging for beginners but doable. Good teaching.
교육 기관: J D
•2022년 7월 15일
Great course, but expect to really work. The assignments force you to get a good grasp of the material.
교육 기관: Daniel F L V
•2021년 3월 5일
Excellent course! The professor is super clear and the content was really well organized!
교육 기관: Li Y
•2020년 3월 10일
Very helpful and practical course, great intro to data science.
교육 기관: Hảo T K
•2020년 11월 5일
This is the only course worth in the specialization
교육 기관: Sumit K B
•2019년 3월 5일
Great course to bulild strong base on Pandas.
교육 기관: Mohammad T N
•2020년 9월 21일
A
m
a
z
i
n
g
!
교육 기관: John R
•2018년 8월 13일
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.
교육 기관: Stephen L
•2020년 6월 17일
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.