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

https://github.com/tsegeron/datascience

Some projects for DS
https://github.com/tsegeron/datascience

machine-learning matplotlib pandas plotly seaborn sklearn sql

Last synced: about 1 month ago
JSON representation

Some projects for DS

Awesome Lists containing this project

README

          

# DataScience
*Some projects for DS*

The projects focus on basic programming skills with Python and the most popular and useful data science libraries.
There are tasks for collecting data with parsing, preprocessing data using *Pandas* and *SQL* and building pipelines with machine learning algorithms.

Each day has its own readme.md describing the tasks of that day and `en.subject.pdf` with full tasks:
- [day00 – UNIX Command Line Tools](day00/00_UNIX_Command_Line_Tools.md)
- [day01 – Overview Of Python Syntax](day01/01_Overview_Of_Python_Syntax.md)
- [day02 – Object-Oriented Programming](day02/02_OOP.md)
- [day03 – Package Management And Virtual Environment](day03/03_Package_Management_And_Virtual_Environment.md)
- [day04 – Efficient Code Practices](day04/04_Efficient_Code_Practices.md)
- [day05 – Pandas](day05/05_Pandas.md)
- [day06 – SQL](day06/06_SQL.md)
- [day07 – Data Visualization](day07/07_Data_Visualization.md)
- [day08 – Machine Learning](day08/08_Machine_Learning.md)
- [day09 – Machine Learning Advanced](day09/09_Machine_Learning_Advanced.md)
- [rush00 – MovieLens Analytics](rush00/00_MovieLens_Analytics.md)
- [rush01 – Food And Nutrition](rush01/01_Food_And_Nutrition.md)

> `day0*` – solo projects, `rush0*` – duo projects\
> Each project is given 1.5 days to complete