Python Data Analysis

Rice University via Coursera

Go to Course: https://www.coursera.org/learn/python-analysis

Syllabus

Dictionaries

This module will teach you about Python's dictionary data type and its capabilities. Dictionaries are used to map keys to values within programs.

Tabular Data and Nested Data Structures

This module will teach you about storing tabular data within Python programs using lists and dictionaries.

Tabular Data and CSV Files

This module will teach you the basics of CSV files and how to read them from Python programs. We will discuss the use of Python's csv module to help you access tabular data in CSV files.

Organizing Data

This module will teach you how to sort data in Python. You will organize and analyze tabular data.

Overview

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 exte

Skills

Computer Programming Data Analysis Data Structures Programming Principles Python Programming

Reviews

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

This course is good and the instructors way of teaching is quite attractive and interactive. I have learnt a lot during this course.

Overall, this is a great course, However, used baseball as the theme of the final project is really not a good idea!

Good course to learn and enhance our skills. I faced issue in quiz as i was not able to edit to add code in quiz. Please resolve it.

more so a data management and cleaning course rather than an actual analysis course. Was expecting more statistical analysis computation