Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.73 KB

File metadata and controls

31 lines (28 loc) · 1.73 KB

Code Louisville Python 2018

Final Project

About my project

The Question - How many federally run campgrounds allow tents? Why do I want to know this, because I do not own an RV and sometimes a girl just wants to become one with nature, so cabin is out. I can just stay home for that.

I would like to show the total number of federally run campsites in the United States and then how many of those accepts tents. I was able to pull a dataset from Kaggle

The plan is to chart dots on top of a US map showing the distinction of tent acceptable vers. "No Tents Allowed". Perhaps later, also pull the top 10 closest to my zip code in a table

Tools

Python (version 2.7.13)

Anaconda Jupyter Matplotlib.pyplot
SQLite3 Pandas Markdown Cheatsheet

Toshca Williams

To Run