Course curriculum

  1. 1
    • Google Subtitles Instructions

    • 1. Jupyter Notebook and Packages

    • 2. Basic Math

    • 3. Booleans & Variable Assignment

    • 4. Functions

    • 5. Strings

  2. 2
    • 1. Lists

    • 2. Tuples and Sets

    • 3. Dictionaries

    • 4. If_Elif_Else Statements

    • 5. For Loops

    • 6. While Loops

    • 7. Edabit Exercises

  3. 3
    • 1. Initial Exploration

    • 2. Selecting Columns_Rows

    • 3. Creating Columns

    • 4. Pandas - Dropping Columns and Rows

    • 5. Pandas - Filtering

    • 6. Pandas - Groupby & Sorting

    • 7. Pandas - Exporting Dataframes to CSV

  4. 4
    • 1. Histogram

    • 2. Data Visualization - Scatterplot

    • 3. Bar Charts

    • 4. Boxplots

    • 5. Seaborn