Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This repository is a workbook for coursera's Introduction to Data Science in Python course . link: https://www.coursera.org/learn/python-data-analysis?specialization=data-science-python
https://github.com/ribin-baby/coursera-introduction-to-data-science-in-python

basics-of-python matplotlib-pyplot numpy-tutorial python3 seaborn-tutorial

Last synced: about 1 month ago
JSON representation

This repository is a workbook for coursera's Introduction to Data Science in Python course . link: https://www.coursera.org/learn/python-data-analysis?specialization=data-science-python

Awesome Lists containing this project

README

        

# Introduction to Data Science in Python

Course link : [click here](https://www.coursera.org/learn/python-data-analysis?specialization=data-science-python)

## [Week 1](https://github.com/Ribin-Baby/coursera-Introduction-to-Data-Science-in-Python/tree/main/week%201)
* In this week you'll get an introduction to the field of data science, review common Python functionality and features.

## [Week 2](https://github.com/Ribin-Baby/coursera-Introduction-to-Data-Science-in-Python/tree/main/week%202)
* In this week of the course you'll learn the fundamentals of one of the most important toolkits Python has for data cleaning and processing -- pandas. You'll learn how to read in data into DataFrame structures, how to query these structures, and the details about such structures are indexed.

## [Week 3](https://github.com/Ribin-Baby/coursera-Introduction-to-Data-Science-in-Python/tree/main/week%203)
* In this week you'll deepen your understanding of the python pandas library by learning how to merge DataFrames, generate summary tables, group data into logical pieces, and manipulate dates. We'll also refresh your understanding of scales of data, and discuss issues with creating metrics for analysis.

## [Week 4](https://github.com/Ribin-Baby/coursera-Introduction-to-Data-Science-in-Python/tree/main/week%204)
* In this week of the course you'll be introduced to a variety of statistical techniques such a distributions, sampling and t-tests.

## [Data](https://github.com/Ribin-Baby/coursera-Introduction-to-Data-Science-in-Python/tree/main/data) folder
* This folder contains dataset required for this course.