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

https://github.com/jstobigdata/master-the-data-science

Learn the various tools and technologies used in Data Science and Machine Learning
https://github.com/jstobigdata/master-the-data-science

Last synced: about 2 months ago
JSON representation

Learn the various tools and technologies used in Data Science and Machine Learning

Awesome Lists containing this project

README

        

# Master-the-Data-Science
Learn the various tools and technologies used in Data Science and Machine Learning

## 01 - NumPy - [Complete NumPy Tutorial for Beginners](https://www.youtube.com/watch?v=KrWcRePnq8U)

## 02 - Pandas - [Complete Pandas Tutorial for Beginners]
- [Getting started with Pandas - Learn DataFrames and Series](https://www.youtube.com/watch?v=3P_NB4npXZY&list=PL1xVF1dBM4bmy13VIiL0mD8mZQ40XePWw)
- [Basic Data Explorations in Pandas, df.info(), describe(), index, mean(), tail(), head()](https://www.youtube.com/watch?v=3P_NB4npXZY&list=PL1xVF1dBM4bmy13VIiL0mD8mZQ40XePWw)
- [Indexing, Slicing and Stacking the Dataframe in Pandas](https://www.youtube.com/watch?v=upBlReA89T4&list=PL1xVF1dBM4bmy13VIiL0mD8mZQ40XePWw&index=3)
- [Filtering of Data in Pandas](https://www.youtube.com/watch?v=cJJ_QQGWcYQ&list=PL1xVF1dBM4bmy13VIiL0mD8mZQ40XePWw&index=4)
- [GroupBy, Aggregate in Pandas](https://www.youtube.com/watch?v=RP91UDJNFJU&list=PL1xVF1dBM4bmy13VIiL0mD8mZQ40XePWw&index=5)
- [Handle Time Series Data in Pandas](https://www.youtube.com/watch?v=NwKPwkCBYrY&list=PL1xVF1dBM4bmy13VIiL0mD8mZQ40XePWw&index=6)

## 03 - Data Visualizations - Comlete Data Visualisation Tutorial for Beginners