diff --git a/1.Table Extraction/Extract CSV files and Tables from Websites.ipynb b/1.Table Extraction/Extract CSV files and Tables from Websites.ipynb index dffc3c5..3488ecf 100644 --- a/1.Table Extraction/Extract CSV files and Tables from Websites.ipynb +++ b/1.Table Extraction/Extract CSV files and Tables from Websites.ipynb @@ -812,14 +812,14 @@ "# Read HTML" ] }, - { +{ "cell_type": "markdown", "id": "dental-cradle", "metadata": {}, "source": [ - "Target Website: https://en.wikipedia.org/wiki/List_of_The_Simpsons_episodes_(seasons_1%E2%80%9320)" + "Target Website: https://en.wikipedia.org/wiki/List_of_The_Simpsons_episodes_%28seasons_1%E2%80%9320%29" ] - }, +}, { "cell_type": "code", "execution_count": 6,