Ecosyste.ms: Awesome

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

https://github.com/dataquestio/project-walkthroughs

Data science, machine learning, and web development project code for https://www.youtube.com/c/Dataquestio .
https://github.com/dataquestio/project-walkthroughs

data-science machine-learning pandas python

Last synced: 4 months ago
JSON representation

Data science, machine learning, and web development project code for https://www.youtube.com/c/Dataquestio .

Lists

README

        

# Overview

This repository contains files, notebooks, and data used for live project walkthroughs on Dataquest. You can watch the project walkthroughs on [Youtube](https://www.youtube.com/channel/UC_lePY0Lm0E2-_IkYUWpI5A).

These walkthroughs help you build complete end-to-end projects that can go into your portfolio.

# Prerequisites

To complete these projects, you'll need to have a good understanding of:

* Python syntax, including functions, if statements, and data structures
* Data cleaning
* Pandas syntax
* Using Jupyter notebook
* The basics of machine learning

Please make sure you've completed these Dataquest courses (or know the material) before trying these projects:

* [Python Introduction](https://www.dataquest.io/course/introduction-to-python/)
* [For Loops and If Statements](https://www.dataquest.io/course/for-loops-and-conditional-statements-in-python/)
* [Dictionaries In Python](https://www.dataquest.io/course/dictionaries-frequency-tables-and-functions-in-python/)
* [Functions and Jupyter Notebook](https://www.dataquest.io/course/python-functions-and-jupyter-notebook/)
* [Python Intermediate](https://www.dataquest.io/course/python-for-data-science-intermediate/)
* [Pandas and NumPy Fundamentals](https://www.dataquest.io/course/pandas-fundamentals/)
* [Data Cleaning](https://www.dataquest.io/course/python-datacleaning/)
* [Machine Learning Fundamentals](https://www.dataquest.io/course/machine-learning-fundamentals/)