Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buildwithlal/introduction-to-data-science-in-python-coursera

introduction to data science in python, part of Applied Data Science using Python Specialization from University of Michigan offered by Coursera
https://github.com/buildwithlal/introduction-to-data-science-in-python-coursera

data-analysis matplotlib numpy pandas

Last synced: 9 days ago
JSON representation

introduction to data science in python, part of Applied Data Science using Python Specialization from University of Michigan offered by Coursera

Awesome Lists containing this project

README

        

#### 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
1. How to download and install python, expected fundamental python programming techniques, and how to find help with python programming questions.
2. 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.
3. Statistics primer, showing how various statistical measures can be applied to pandas DataFrames.
4. Take tabular data, clean it, manipulate it, and run basic inferential statistical analyses.