Skip to content

Commit c20d571

Browse files
Mark BauerMark Bauer
Mark Bauer
authored and
Mark Bauer
committed
fixing markdown lists in notebooks, deleting spaces
1 parent d51d163 commit c20d571

3 files changed

+50
-97
lines changed

1-reading-writing-files.ipynb

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,32 @@
1717
"Table of Contents\n",
1818
"=================\n",
1919
"\n",
20-
" ### Getting Started \n",
20+
" Getting Started \n",
2121
" - Search NYC Open Data in Google \n",
2222
" - Search \"Building Footprints\" in NYC Open Data search bar \n",
2323
" - Select \"Building Footprints\" Dataset \n",
24-
" - The Building Footprints Dataset Page\n",
25-
" \n",
26-
" \n",
27-
" ### 1. Reading In Data from Local Folder \n",
24+
" - The Building Footprints Dataset Page \n",
25+
" 1. Reading In Data from Local Folder \n",
2826
" 1.1 Reading in a CSV file \n",
2927
" 1.2 Reading in an Excel file \n",
3028
" 1.3 Reading in a JSON file \n",
3129
" 1.4 Reading in a Shapefile \n",
32-
" 1.5 Reading in a GeoJSON file \n",
33-
" \n",
34-
" \n",
35-
" ### 2. Reading In Data from the Web \n",
30+
" 1.5 Reading in a GeoJSON file \n",
31+
" 2. Reading In Data from the Web \n",
3632
" 2.1 Unzipping and reading in data as csv to local folders \n",
3733
" 2.2 Unzipping and reading in data as csv from local folder \n",
3834
" 2.3 Unzipping and reading in data as csv in memory \n",
39-
"\n",
40-
" \n",
41-
" #### 3. Reading In Data from NYC Open Data \n",
35+
" 3. Reading In Data from NYC Open Data \n",
4236
" 3.1 Reading in data as csv in static form \n",
4337
" 3.2 Reading in data as json in static form \n",
4438
" 3.3 Reading in shapefile data \n",
45-
" 3.4 Reading in data from Socrata Open Data API (SODA) \n",
46-
"\n",
47-
" \n",
48-
" ### 4. Writing Out Data \n",
39+
" 3.4 Reading in data from Socrata Open Data API (SODA) \n",
40+
" 4. Writing Out Data \n",
4941
" 4.1 Writing to a CSV file \n",
5042
" 4.2 Writing to a Excel (xlsx) file \n",
5143
" 4.3 Writing to a JSON file \n",
5244
" 4.4 Writing to a Shapefile \n",
53-
" \n",
54-
" \n",
55-
" ### 5. Conclusion"
45+
" 5. Conclusion"
5646
]
5747
},
5848
{

3-plotting-visualizations.ipynb

Lines changed: 36 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -19,56 +19,43 @@
1919
"=================\n",
2020
"\n",
2121
" 1. Importing Libraries\n",
22-
" \n",
23-
" \n",
24-
" 2. Reading-in Data\n",
25-
" \n",
26-
" \n",
27-
" 3. Seaborn Library\n",
28-
" * 3.1 Distribution Plots\n",
29-
" * 3.1.1 Histograms\n",
30-
" * 3.1.2 Kernel Density Estimate (KDE) Plot\n",
31-
" * 3.1.3 Empirical Cumulative Distribution Functions (ECDF)\n",
32-
" * 3.1.4 Distribution Plots onto a Facet Grid\n",
33-
" \n",
34-
" * 3.2 Relational Plots\n",
35-
" * 3.2.1 Line Plots\n",
36-
" * 3.2.2 Scatter Plot\n",
37-
" * 3.2.3 Relational Plots onto a Facet Grid\n",
38-
" \n",
39-
" * 3.3 Joint Grids\n",
40-
" * 3.3.1 Scatter Plot\n",
41-
" * 3.3.2 Hexagonal Bin Plots \n",
42-
" * 3.3.3 Kernel Density Estimate (KDE) Plot\n",
43-
" \n",
44-
" * 3.4 Visualizing Pairwise Relationships in a Dataset\n",
45-
" \n",
46-
" * 3.5 Heat Map\n",
47-
" \n",
48-
" * 3.6 Categorial Plots\n",
49-
" * 3.6.1 Count Plots\n",
50-
" * 3.6.2 Bar Plots\n",
51-
" * 3.6.3 Scatter Plots\n",
52-
" * 3.6.4 Swarm Plots\n",
53-
" * 3.6.5 Box Plots\n",
54-
" * 3.6.6 Boxen Plots\n",
55-
" * 3.6.7 Violin Plots\n",
56-
" * 3.6.8 Point Plots\n",
57-
" * 3.6.9 Facets \n",
58-
" \n",
59-
" \n",
22+
" 2. Reading-in Data \n",
23+
" 3. Seaborn Library \n",
24+
" - 3.1 Distribution Plots \n",
25+
" - 3.1.1 Histograms \n",
26+
" - 3.1.2 Kernel Density Estimate (KDE) Plot \n",
27+
" - 3.1.3 Empirical Cumulative Distribution Functions (ECDF) \n",
28+
" - 3.1.4 Distribution Plots onto a Facet Grid \n",
29+
" - 3.2 Relational Plots \n",
30+
" - 3.2.1 Line Plots \n",
31+
" - 3.2.2 Scatter Plot \n",
32+
" - 3.2.3 Relational Plots onto a Facet Grid \n",
33+
" - 3.3 Joint Grids \n",
34+
" - 3.3.1 Scatter Plot \n",
35+
" - 3.3.2 Hexagonal Bin Plots \n",
36+
" - 3.3.3 Kernel Density Estimate (KDE) Plot \n",
37+
" - 3.4 Visualizing Pairwise Relationships in a Dataset \n",
38+
" - 3.5 Heat Map \n",
39+
" - 3.6 Categorial Plots \n",
40+
" - 3.6.1 Count Plots \n",
41+
" - 3.6.2 Bar Plots \n",
42+
" - 3.6.3 Scatter Plots\n",
43+
" - 3.6.4 Swarm Plots\n",
44+
" - 3.6.5 Box Plots\n",
45+
" - 3.6.6 Boxen Plots\n",
46+
" - 3.6.7 Violin Plots\n",
47+
" - 3.6.8 Point Plots\n",
48+
" - 3.6.9 Facets \n",
6049
" 4. pandas and Matplotlib Libraries\n",
61-
" * 4.1 Line Plot\n",
62-
" * 4.2 Bar Plot\n",
63-
" * 4.3 Histogram\n",
64-
" * 4.4 Box Plot\n",
65-
" * 4.5 Kernel Density Estimate (KDE) Plot\n",
66-
" * 4.6 Area Plot\n",
67-
" * 4.7 Scatter Plot]\n",
68-
" * 4.8 Hexagonal Bin Plot]\n",
69-
" * 4.9 Pie Plot\n",
70-
" \n",
71-
" \n",
50+
" - 4.1 Line Plot\n",
51+
" - 4.2 Bar Plot\n",
52+
" - 4.3 Histogram\n",
53+
" - 4.4 Box Plot\n",
54+
" - 4.5 Kernel Density Estimate (KDE) Plot\n",
55+
" - 4.6 Area Plot\n",
56+
" - 4.7 Scatter Plot]\n",
57+
" - 4.8 Hexagonal Bin Plot]\n",
58+
" - 4.9 Pie Plot\n",
7259
" 5. Conclusion"
7360
]
7461
},

4-geospatial-data-mapping.ipynb

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,30 @@
1717
"Table of Contents\n",
1818
"=================\n",
1919
"\n",
20-
" 1. Importing Libraries\n",
21-
" \n",
22-
" \n",
20+
" 1. Importing Libraries \n",
2321
" 2. Reading and Writing Files\n",
2422
" * 2.1 Reading Spatial Data\n",
25-
" * 2.2 Writing Spatial Data\n",
26-
" \n",
27-
" \n",
23+
" * 2.2 Writing Spatial Data \n",
2824
" 3. Data Structures\n",
2925
" * 3.1 GeoSeries\n",
3026
" * 3.2 GeoDataFrame \n",
31-
" \n",
32-
" \n",
3327
" 4. Attributes and Methods\n",
3428
" * 4.1 Basic Attributes\n",
3529
" * 4.2 Basic Methods\n",
3630
" * 4.3 Create Centroids from Polygons\n",
3731
" * 4.4 Creating a GeoDataFrame from a DataFrame with Coordinates\n",
38-
" \n",
39-
"\n",
4032
" 5. Making Maps\n",
4133
" * 5.1 Points\n",
4234
" * 5.2 Lines\n",
4335
" * 5.3 Polygons\n",
4436
" * 5.4 Maps with Layers\n",
4537
" * 5.5 Adding Background Map\n",
4638
" * 5.6 Clip Data\n",
47-
" \n",
48-
" \n",
4939
" 6. Joining Data\n",
5040
" * 6.1 Attribute Join\n",
5141
" * 6.2 Spatial Join\n",
52-
" \n",
53-
" \n",
5442
" 7. Indexing and Selecting Data\n",
55-
" \n",
56-
" \n",
5743
" 8. Coordinate Reference Systems\n",
58-
" \n",
59-
" \n",
6044
" 9. Types of Maps\n",
6145
" * 9.1 Choropleth Maps\n",
6246
" * 9.2 Heat Maps\n",
@@ -65,29 +49,21 @@
6549
" * 9.5 Graduated Symbol Map\n",
6650
" * 9.6 Voroni Map\n",
6751
" * 9.7 Quadtree Map\n",
68-
" \n",
69-
"\n",
7052
" 10. Relationship Tests\n",
71-
" \n",
72-
" \n",
73-
" 11. Set Operations with Overlay\n",
53+
" 11. Set Operations with Overlay\n",
7454
" * 11.1 Union\n",
7555
" * 11.2 Intersection\n",
7656
" * 11.3 Symmetric Difference\n",
7757
" * 11.4 Difference\n",
7858
" * 11.5 Identity\n",
7959
" * 11.6 Aggregation with Dissolve\n",
80-
"\n",
81-
"\n",
82-
" 12. Additional Attributes and Methods\n",
60+
" 12. Additional Attributes and Methods\n",
8361
" * 12.1 Unary Predicates\n",
8462
" * 12.2 Binary Predicates\n",
8563
" * 12.2.1 Centroids vs. Representative Points\n",
8664
" * 12.3 Constructive Methods / Affine Transformations\n",
8765
" * 12.3.1 Buffer\n",
88-
" * 12.3.2 Translate/Offset\n",
89-
" \n",
90-
" "
66+
" * 12.3.2 Translate/Offset\n"
9167
]
9268
},
9369
{

0 commit comments

Comments
 (0)