Skip to content

Commit

Permalink
Add web scraping link to main README
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Apr 7, 2024
1 parent 68f44c5 commit 3717b0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 3717b0d

Please sign in to comment.