Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Python Data Analysis

Python Data Analysis

FREE

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.9/10 (Our Score)
Product is rated as #77 in category Python

This course will continue the introduction to Python programming that started with Python Programming Essentials and Python Data Representations. We’ll learn about reading, storing, and processing tabular data, which are common tasks. We will also teach you about CSV files and Python’s support for reading and writing them. CSV files are a generic, plain text file format that allows you to exchange tabular data between different programs. These concepts and skills will help you to further extend your Python programming knowledge and allow you to process more complex data. By the end of the course, you will be comfortable working with tabular data in Python. This will extend your Python programming expertise, enabling you to write a wider range of scripts using Python. This course uses Python 3. While most Python programs continue to use Python 2, Python 3 is the future of the Python programming language. This course uses basic desktop Python development environments, allowing you to run Python programs directly on your computer.

Instructor Details

Scott Rixner is a Professor of Computer Science at Rice University. His research focuses on systems software and computer architecture. He is well versed in the internals of the Python programming language, as he is currently developing a light-weight Python interpreter for embedded systems in his research. He has also taught many of the introductory computer science courses at Rice, including Computational Thinking, Algorithmic Thinking, Introduction to Program Design, and Introduction to Computer Systems. He is the chairman of the curriculum committees for both the Department of Computer Science and the School of Engineering at Rice. Prior to joining Rice, he received his Ph.D. from MIT.

Specification: Python Data Analysis

Duration

13 hours

Year

2017

Level

Beginner

Certificate

Yes

Quizzes

Yes

50 reviews for Python Data Analysis

4.5 out of 5
38
6
1
3
2
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Edwin R

    I just dislike coding

    Helpful(1) Unhelpful(0)You have already voted this
  2. Eduardo P

    Final project is way more difficult than what they explain in the course. Final project is not only difficult and long but also due to the amount of extra files and lack of explanation on how to start is very frustrating. Some concepts like “list comprenhentions” are used by instructors in the course, but not explained and instructor just adviced to go to Python.org and learn it there.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Tristan D H

    A challenging, but well constructed sequel to the rest of the sequence.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Sangil Y

    good !

    Helpful(0) Unhelpful(0)You have already voted this
  5. Yue Z

    Good course! I am a beginner and I learned a lot through this course.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Humberto O

    Definitely more challenging than the previous, but if you want to be serious about scripting in Python, very few other courses will get you there than this one. A little too focused on reading csv files than I wanted, but even then, I was provided with enough challenges working with dictionaries, lists, all the while learning new Python skills (lambda functions, list comprehensions, etc.) that I can’t really give it anything below 5 stars.

    Helpful(1) Unhelpful(0)You have already voted this
  7. Chujie C

    Finished on 03/11/2018

    Helpful(0) Unhelpful(0)You have already voted this
  8. David P

    The instructors use very clear language and explains in a details level that is possible to everyone that has a minimum of computing science knowledge to learn Python.

    Helpful(0) Unhelpful(0)You have already voted this
  9. liping

    {for me : very helpful!}

    Helpful(0) Unhelpful(0)You have already voted this
  10. Shan G

    The Mentor is very helpful

    Helpful(0) Unhelpful(0)You have already voted this
  11. Arvydas K

    This was more challenging then previous two

    Helpful(0) Unhelpful(0)You have already voted this
  12. Arjit Y

    Great teachers I must say! Learned many new things and cool teachers!

    Helpful(0) Unhelpful(0)You have already voted this
  13. Dheeraj R

    It’s fantastic learning opportunity, well taught, covered almost everything.Baseball project is cherry on the cake.

    Helpful(1) Unhelpful(0)You have already voted this
  14. Akshay K J

    For foundation part to data analysis and concerning about it help me in the basic understanding. Though with the pandas library make it simple that is some sort of drawback I find. But it make my concept clear. Thanks for the python Data Analysis course by Rice university.

    Helpful(0) Unhelpful(0)You have already voted this
  15. Jose D

    De mucha utilidad, permite ver la gran variedad de funciones que dispone Python.

    Helpful(0) Unhelpful(0)You have already voted this
  16. Felix O

    Really made me to work hard.

    Helpful(0) Unhelpful(0)You have already voted this
  17. Abdul W

    Excellent…

    Helpful(0) Unhelpful(0)You have already voted this
  18. Jatinderpal P

    This is an excellent program. I have written most complicated and exciting Python programs, I have ever thought that I could write!

    Helpful(0) Unhelpful(0)You have already voted this
  19. Gabriel F

    Really good stuff.

    Helpful(0) Unhelpful(0)You have already voted this
  20. Jingxiong L

    Really good lecturing and real stuff learned!

    Helpful(0) Unhelpful(0)You have already voted this
  21. Biao Y

    The reading and writing file csv file part is difficult, especially reading data into dictionary part.

    Helpful(0) Unhelpful(0)You have already voted this
  22. Fil G

    The material is taught in a straightforward and easily accessible manner which can lull you into thinking that this is easy, but it is not. The final assignment and optional programming exercise in the last week will really force you to dig deep to put it all together. Everything you need is right there in the lecture notes you just have to be willing to listen. Great course.

    Helpful(0) Unhelpful(0)You have already voted this
  23. Robert L

    Very good online course!

    Helpful(0) Unhelpful(0)You have already voted this
  24. Moustafa E E M M N

    the assignments are not clearly illustrated to us. it is very difficult to understand what is required to be done . even it you code it, it is still hard to understand what is to be done.

    Helpful(0) Unhelpful(0)You have already voted this
  25. Farhodjon A

    Cool Thanks))

    Helpful(0) Unhelpful(0)You have already voted this
  26. Nicholas S

    I really liked the course, thank you so much! One thing though, when checking your code via OwlTest, and the Pylint errors that pops up, consider removing the check with mixed EOL characters (CRLF / LF). At least on my system I could not fix this Pylint error on Windows. I had to re–save the file in UNIX (DOS–format).

    Helpful(0) Unhelpful(0)You have already voted this
  27. Abdurahmonov A

    Thanks for materials and course!!!

    Helpful(0) Unhelpful(0)You have already voted this
  28. Jacob G

    Instructions on the final were not as clear as the rest of the course, but the information given is worthwhile

    Helpful(0) Unhelpful(0)You have already voted this
  29. vivek

    Course was excellent . Loved learning it

    Helpful(0) Unhelpful(0)You have already voted this
  30. Joanne H P C

    Important concepts covered – including dictionaries and data structures. Useful in developing a basic foundation and understanding of Python.

    Helpful(0) Unhelpful(0)You have already voted this
  31. Bradley S

    Overly simplistic lessons and quizzes followed by brutal projects that require you to teach yourself techniques not covered in the lessons. Now I don’t feel like I’ve learned anything because I’ve just had to trial–error my way through half the code. What worked, what didn’t work? I can’t remember…

    Helpful(1) Unhelpful(0)You have already voted this
  32. Rodrigo B M

    Excellent course! Great material, challenging exercises.

    Helpful(0) Unhelpful(0)You have already voted this
  33. Sebastian R S

    Awesome course. Challenging final project.

    Helpful(0) Unhelpful(0)You have already voted this
  34. Peter

    A tough course (not for the fainted of heart). I love baseball and the application of the baseball data is useful for me !

    Helpful(0) Unhelpful(0)You have already voted this
  35. Charles H

    Excellent Course!

    Helpful(0) Unhelpful(0)You have already voted this
  36. KEYU X

    This is a very good course. You will feel very satisfying when you complete the final project. Maybe the only thing I want to complain about is that the statement and signature of the project are not so clear and a little bit confusing. It takes me some time to figure out the requirement.

    Helpful(0) Unhelpful(0)You have already voted this
  37. Oleh M

    A very sharp combination of the basics on lectures and algorithms in practice.

    Helpful(0) Unhelpful(0)You have already voted this
  38. Ankit J

    this is quite difficult and very hard than the last one

    Helpful(0) Unhelpful(0)You have already voted this
  39. Sergio G S

    Excellent and challenging, especially the final project

    Helpful(2) Unhelpful(0)You have already voted this
  40. Dev N P

    This course is great one to provide you the fundamental concepts of python scripting.

    Helpful(0) Unhelpful(0)You have already voted this
  41. jingyao z

    great mentor! excellent course, lead students to write a whole project step by step

    Helpful(0) Unhelpful(0)You have already voted this
  42. Aleksandar A F

    was really tough!

    Helpful(0) Unhelpful(0)You have already voted this
  43. Manuel F

    Excellent course

    Helpful(0) Unhelpful(0)You have already voted this
  44. VIKRAM S

    Great Course ! Specially the project at the end uses some really powerful code, combining all that we had learnt throughout the course

    Helpful(0) Unhelpful(0)You have already voted this
  45. Jimena M M

    Great course as all their courses they have given!

    Helpful(0) Unhelpful(0)You have already voted this
  46. Julian W

    Big disappointment after 2 previous courses. The lectures are not really giving you a lot of new material to learn but difficulty of projects you are expected to finish goes up a lot. It left me confused and frustrated. And I think I am not the only one (check on–line forum). Big plus for forum mentor who is helping a lot (he is even posting extra exercise there). And he is making a difference. Still at the moment I decided not to continue with the last course in this specialisation. Too much frustration in this one.

    Helpful(0) Unhelpful(0)You have already voted this
  47. Zhuoyu C

    Good course. But for csv nowadays everyone use pandas. Should update the course.

    Helpful(0) Unhelpful(0)You have already voted this
  48. Abraham G R

    Excellent Course, I really recommend it. This was my first course about python but now I gonna take all the courses available

    Helpful(0) Unhelpful(0)You have already voted this
  49. Onedio S S J

    Excelent Course! Congrats

    Helpful(0) Unhelpful(0)You have already voted this
  50. Sinem U

    It is not hard to follow the week’s subjects, videos are very explanatory. But final project was very complex for me as a very beginner. There should be more exercises in previous weeks to do final project better.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare