diff --git a/content/README.ipynb b/content/README.ipynb index b8023b2..3f95575 100644 --- a/content/README.ipynb +++ b/content/README.ipynb @@ -42,6 +42,7 @@ "* [Reading and writing text files](python_file_io.ipynb), [CSVs](python_csv.ipynb) and JSON\n", "* [Fetching remote files on the Web](python_remote_files.ipynb) (**_Local / GitHub Codespaces only_**)\n", "* [APIs](apis/README.ipynb) (**_Local / GitHub Codespaces only_**)\n", + "* [Web scraping](web_scraping/README.ipynb) (**_Local / GitHub Codespaces only_**)\n", " \n", "## Data Wrangling and Analysis\n", "\n", @@ -59,6 +60,14 @@ "* [Reshaping Data](pandas_reshaping.ipynb) - Melting \"wide\" data, pivoting \"long\" data\n", "\n" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6abf81f4-2dfe-4b9b-aa58-ec267141c804", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {