Introduction to Data Science in Python
This repository contains Ipython notebooks of assignments and tutorials used in the course introduction to data science in python, part of Applied Data Science using Python Specialization from University of Michigan offered by Coursera
What you will learn at the end of this course
- How to download and install python, expected fundamental python programming techniques, and how to find help with python programming questions.
- Data manipulation and cleaning techniques using the popular python pandas data science library and introduce the abstraction of the DataFrame as the central data structure for data analysis.
- Statistics primer, showing how various statistical measures can be applied to pandas DataFrames.
- Take tabular data, clean it, manipulate it, and run basic inferential statistical analyses.