diff --git a/0-csv-files/canada-Britishcolumbia-vancouver.csv b/0-csv-files/canada-Britishcolumbia-vancouver.csv new file mode 100644 index 0000000..ddcf895 --- /dev/null +++ b/0-csv-files/canada-Britishcolumbia-vancouver.csv @@ -0,0 +1,2 @@ +who,type,country,state,city,latitude,longitude +cu-student, place i've lived, Canada, Ontarion, Toronto,49.2827,123.1207 diff --git a/0-csv-files/canada-ontario-toronto.csv b/0-csv-files/canada-ontario-toronto.csv new file mode 100644 index 0000000..695855f --- /dev/null +++ b/0-csv-files/canada-ontario-toronto.csv @@ -0,0 +1,28 @@ +who,type,country,state,city,latitude,longitude +cu-student, place i've lived, Canada, Ontarion, Toronto, 43.6532,79.3832 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/canada/britishcolumiba/vancouver/Vancouver.ipynb b/canada/britishcolumiba/vancouver/Vancouver.ipynb new file mode 100644 index 0000000..b00e53c --- /dev/null +++ b/canada/britishcolumiba/vancouver/Vancouver.ipynb @@ -0,0 +1,54 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "90fed320", + "metadata": { + "ExecuteTime": { + "end_time": "2023-01-03T01:35:04.989155Z", + "start_time": "2023-01-03T01:35:04.983148Z" + } + }, + "source": [ + "# Location\n", + "49.2827°N, 123.1207°W\n", + "\n", + "# Population \n", + "600,000 in city area according to [population stat, world population data](https://populationstat.com/canada/vancouver)\n", + "\n", + "# Landmark \n", + "Grouse Mountain is located in downtown Toronto.\n", + "![destinationvancouver.com](https://assets.simpleviewinc.com/simpleview/image/upload/c_limit,q_65,w_845/v1/clients/vancouverbc/a-guide-to-grouse-mountain_930ab127-285b-4263-b2b2-7d8c8c250717.jpg)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "03095277", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.13" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/canada/ontario/toronto/toronto.ipynb b/canada/ontario/toronto/toronto.ipynb new file mode 100644 index 0000000..797b129 --- /dev/null +++ b/canada/ontario/toronto/toronto.ipynb @@ -0,0 +1,50 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "e48ea889", + "metadata": {}, + "source": [ + "# Location \n", + "43.6532°N, 79.3832°W\n", + "\n", + "\n", + "# Population \n", + "2,600,000 in city area according to [population stat, world population data](https://populationstat.com/canada/toronto)\n", + "\n", + "# Landmark \n", + "CN tower is located in downtown Toronto.\n", + "![CN tower information](https://s3.amazonaws.com/images.skyscrapercenter.com/thumbs/34530_500x650.jpg)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2a3a9cd3", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.13" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}