From 9aa57484586e57a31dda9f2bbb98ffbc0340b37a Mon Sep 17 00:00:00 2001 From: Robyn Marowitz Date: Thu, 27 Oct 2022 09:52:42 -0600 Subject: [PATCH 1/3] Added Columbus, OH files --- 0-csv-files/united-states-columbus.csv | 1 + united-states/ohio/columbus/columbus.ipynb | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 0-csv-files/united-states-columbus.csv create mode 100644 united-states/ohio/columbus/columbus.ipynb diff --git a/0-csv-files/united-states-columbus.csv b/0-csv-files/united-states-columbus.csv new file mode 100644 index 0000000..74c6059 --- /dev/null +++ b/0-csv-files/united-states-columbus.csv @@ -0,0 +1 @@ +cu-student, placce I've lived, United States, Ohio, Columbus, 39.9612° N,, 82.9988° W \ No newline at end of file diff --git a/united-states/ohio/columbus/columbus.ipynb b/united-states/ohio/columbus/columbus.ipynb new file mode 100644 index 0000000..140e807 --- /dev/null +++ b/united-states/ohio/columbus/columbus.ipynb @@ -0,0 +1,40 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "d4a5d4a2", + "metadata": {}, + "source": [ + "## Columbus, Ohio 39.9612 N, 82.9988 W\n", + "\n", + "## Population: 906,528 (2021)\n", + "This population estimate is from the United States Census Burea click this to go there now.\n", + "\n", + "## Landmark: The Shoe \n", + "The Shoe or Horeshoe is the Ohio State University's football stadium. It is the largest stadium by capacity in the state of Ohio and the third largest on-campus football stadium in the United States. \n", + "![photo of the stadium](https://upload.wikimedia.org/wikipedia/commons/e/e0/Ohio_Stadium_Overhead.jpg)" + ] + } + ], + "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 +} From 068a3fe054592137e0295acd59a9185039161823 Mon Sep 17 00:00:00 2001 From: Robyn Marowitz Date: Thu, 27 Oct 2022 10:59:27 -0600 Subject: [PATCH 2/3] Add files for nehalem and update columbus csv --- 0-csv-files/united-states-columbus.csv | 3 +- 0-csv-files/united-states-nehalem.csv | 2 ++ united-states/oregon/nehalem/nehalem.ipynb | 40 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 0-csv-files/united-states-nehalem.csv create mode 100644 united-states/oregon/nehalem/nehalem.ipynb diff --git a/0-csv-files/united-states-columbus.csv b/0-csv-files/united-states-columbus.csv index 74c6059..5e5f0e5 100644 --- a/0-csv-files/united-states-columbus.csv +++ b/0-csv-files/united-states-columbus.csv @@ -1 +1,2 @@ -cu-student, placce I've lived, United States, Ohio, Columbus, 39.9612° N,, 82.9988° W \ No newline at end of file +who,type,country,state,city,latitude,longitude +cu-student, placce I've lived, United States, Ohio, Columbus, 39.9612° N, 82.9988° W \ No newline at end of file diff --git a/0-csv-files/united-states-nehalem.csv b/0-csv-files/united-states-nehalem.csv new file mode 100644 index 0000000..200ac9b --- /dev/null +++ b/0-csv-files/united-states-nehalem.csv @@ -0,0 +1,2 @@ +who,type,country,state,city,latitude,longitude +cu-student, place I love, United States, Oregon, Nehalem, 45.7201° N, 123.8940° W \ No newline at end of file diff --git a/united-states/oregon/nehalem/nehalem.ipynb b/united-states/oregon/nehalem/nehalem.ipynb new file mode 100644 index 0000000..c57ecf6 --- /dev/null +++ b/united-states/oregon/nehalem/nehalem.ipynb @@ -0,0 +1,40 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "c815cc91", + "metadata": {}, + "source": [ + "## Nehalem, Oregon 45.7201° N, 123.8940° W\n", + "\n", + "## Population: 270 (2020)\n", + "This population estimate is from the United States Census Burea click this to go there now.\n", + "\n", + "## Landmark: Nehalem Bay State Park\n", + "This state park gives beautiful beach views of the bay as well as the mountains nearby.\n", + "![photo of the stadium](https://heremag-prod-app-deps-s3heremagassets-bfie27mzpk03.s3.amazonaws.com/wp-content/uploads/2020/02/24175125/outofasuitcase-nehalem-oregon-961x1200.jpg)" + ] + } + ], + "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 +} From e58aa91e67ae9c25cfa908ab420b6fe03959e6f7 Mon Sep 17 00:00:00 2001 From: Robyn Marowitz Date: Thu, 27 Oct 2022 11:30:57 -0600 Subject: [PATCH 3/3] add newline at end of csv's --- 0-csv-files/united-states-columbus.csv | 2 +- 0-csv-files/united-states-nehalem.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0-csv-files/united-states-columbus.csv b/0-csv-files/united-states-columbus.csv index 5e5f0e5..b340f00 100644 --- a/0-csv-files/united-states-columbus.csv +++ b/0-csv-files/united-states-columbus.csv @@ -1,2 +1,2 @@ who,type,country,state,city,latitude,longitude -cu-student, placce I've lived, United States, Ohio, Columbus, 39.9612° N, 82.9988° W \ No newline at end of file +cu-student, placce I've lived, United States, Ohio, Columbus, 39.9612° N, 82.9988° W diff --git a/0-csv-files/united-states-nehalem.csv b/0-csv-files/united-states-nehalem.csv index 200ac9b..12426dc 100644 --- a/0-csv-files/united-states-nehalem.csv +++ b/0-csv-files/united-states-nehalem.csv @@ -1,2 +1,2 @@ who,type,country,state,city,latitude,longitude -cu-student, place I love, United States, Oregon, Nehalem, 45.7201° N, 123.8940° W \ No newline at end of file +cu-student, place I love, United States, Oregon, Nehalem, 45.7201° N, 123.8940° W