Data Analysis with Python - Full Course for Beginners (Numpy, Pandas, Matplotlib, Seaborn)

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=r-uOLxNrNk8



Duration: 4:22:13
2,865,921 views
0


Learn Data Analysis with Python in this comprehensive tutorial for beginners, with exercises included!
NOTE: Check description for updated Notebook links.

Data Analysis has been around for a long time, but up until a few years ago, it was practiced using closed, expensive and limited tools like Excel or Tableau. Python, SQL and other open libraries have changed Data Analysis forever.

In this tutorial you'll learn the whole process of Data Analysis: reading data from multiple sources (CSVs, SQL, Excel, etc), processing them using NumPy and Pandas, visualize them using Matplotlib and Seaborn and clean and process it to create reports.
Additionally, we've included a thorough Jupyter Notebook tutorial, and a quick Python reference to refresh your programming skills.

💻 Course created by Santiago Basulto from RMOTR
🔗 Check out all Data Science courses from RMOTR: https://rmotr.com

⚠️ Note: Instead of loading the notebooks on notebooks.ai, you should use Google Colab instead. Here are instructions on loading a notebook directly from GitHub into Google Colab: https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb#scrollTo=K-NVg7RjyeTk

 ⭐️ Course Contents ⭐️
⌨️ Part 1: Introduction
What is Data Analysis, why Python?, what other options are there? what's the cycle of a Data Analysis project? What's the difference between Data Analysis and Data Science?
🔗 Slides for this section: https://docs.google.com/presentation/d/1fDpjlyMiOMJyuc7_jMekcYLPP2XlSl1eWw9F7yE7byk/edit?usp=sharing

⌨️ Part 2: Real Life Example of a Python/Pandas Data Analysis project (00:11:11)
A demonstration of a real life data analysis project using Python, Pandas, SQL and Seaborn. Don't worry, we'll dig deeper in the following sections
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example

⌨️ Part 3: Jupyter Notebooks Tutorial (00:30:50)
A step by step tutorial to learn how to use Juptyer Notebooks
🔗 Twitter Cheat Sheet: https://twitter.com/rmotr_com/status/1122176794696847361
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/ds-content-interactive-jupyterlab-tutorial

⌨️ Part 4: Intro to NumPy (01:04:58)
Learn why NumPy was such an important library for the data-processing world in Python. Learn about low level details of computations and memory storage, and why tools like Excel will always be limited when processing large volumes of data.
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-numpy

⌨️ Part 5: Intro to Pandas (01:57:08)
Pandas is arguably the most important library for Data Processing in the Python world. Learn how it works and how its main data structure, the Data Frame, compares to other tools like spreadsheets or DFs used for Big Data
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/freecodecamp-intro-to-pandas

⌨️ Part 6: Data Cleaning (02:47:18)
Learn the different types of issues that we'll face with our data: null values, invalid values, statistical outliers, etc, and how to clean them.
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/data-cleaning-rmotr-freecodecamp

⌨️ Part 7: Reading Data from other sources (03:25:15)
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/RDP-Reading-Data-with-Python-and-Pandas

⌨️ Part 8: Python Recap (03:55:19)
If your Python or coding skills are rusty, check out this section for a quick recap of Python main features and control flow structures.
🔗 Notebooks: https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news




Other Videos By freeCodeCamp.org


2020-05-05Learn the Svelte JavaScript Framework - Full Course
2020-05-03Project Euler Challenges 1–4 - Coding Challenges with Florin
2020-05-02The Oracle Foundations Associate Cloud Certification (PASS THE EXAM) – Full Course
2020-05-01May 2020 Summit - freeCodeCamp.org
2020-04-30PyTorch for Deep Learning - Full Course / Tutorial
2020-04-28Yii2 PHP Framework - Full Course (Build a YouTube Clone)
2020-04-26Build a Brain Computer App with React Native (Part 8) - Live Coding with Jesse
2020-04-23How to Create a Custom WordPress Theme - Full Course
2020-04-21Introduction to Programming and Computer Science - Full Course
2020-04-19Build a Brain Computer App with React Native (Part 7) - Live Coding with Jesse
2020-04-15Data Analysis with Python - Full Course for Beginners (Numpy, Pandas, Matplotlib, Seaborn)
2020-04-14#LockdownConf – How Developers are Adapting to the Coronavirus – All 4 Conference Panels
2020-04-03AWS Certified Developer - Associate 2020 (PASS THE EXAM!)
2020-03-28Build a Brain Computer App with React Native (Part 6) - Live Coding with Jesse
2020-03-21Build a Brain Computer App with React Native (Part 5) - Live Coding with Jesse
2020-03-19Build a Brain Computer App with React Native (Part 4) - Live Coding with Jesse
2020-03-19PERN Stack Course - Postgres, Express, React, and Node
2020-03-15Build a Brain Computer App with React Native (Part 3) - Live Coding with Jesse
2020-03-10JAMstack Course - Build websites that are simpler, faster, and more secure
2020-03-03TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial
2020-02-24Functional Programming in Java - Full Course