Completed
Using TOC in Colab Notebook
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Data Science Your First Day
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Data Science Project Structure Overview
- 3 Create Github Repo
- 4 Launch Github Codespaces
- 5 Using Colab Notebook
- 6 Using TOC in Colab Notebook
- 7 Saving notebook to Colab to Github
- 8 Ingesting CSV files into Colab
- 9 Describing Data using df.describe
- 10 Plotting data with seaborn
- 11 lmplot
- 12 Comparing cumulative deaths in Covid19 plot by state
- 13 Merging Pandas Dataframe with election and Sugar Consumption
- 14 Exporting CSV file and uploading to Github from Colab result
- 15 Continuous Integration of Jupyter Notebook with Github Actions
- 16 Create Makefile
- 17 Using Github Actions to test Jupyter via nbval plugin
- 18 Using Github Status Badge for Jupyter Notebook test run pass