From 452db0c6b1a320b9b26ac3044738fe8dcd7d7243 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 5 Apr 2024 16:09:20 -0400 Subject: [PATCH] remove links --- .../2015-06-30-baltimore.html | 10 ++++------ .../ipython-notebooks/baltimore.ipynb | 18 +++++------------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/_posts/python-v3/ipython-notebooks/2015-06-30-baltimore.html b/_posts/python-v3/ipython-notebooks/2015-06-30-baltimore.html index 4c2a3f67e..732306eee 100755 --- a/_posts/python-v3/ipython-notebooks/2015-06-30-baltimore.html +++ b/_posts/python-v3/ipython-notebooks/2015-06-30-baltimore.html @@ -14,8 +14,8 @@
-

Baltimore Vital Signs

About the author: -This notebook was forked from https://github.com/jtelszasz/baltimore_vital_signs. The original author is Justin Elszasz. You can follow Justin on Twitter @TheTrainingSet or read his blog.

+

Baltimore Vital Signs

+This notebook was forked from https://github.com/jtelszasz/baltimore_vital_signs.

Introduction

The Baltimore Neighborhoods Indicators Alliance -- Jacob France Institute (BNIA) at the University of Baltimore has made it their mission to provide a clean, concise set of indicators that illustrate the health and wealth of the city. There are 152 socio-economic indicators in the Vital Signs dataset, and some are reported for multiple years which results in 295 total variables for each of the 56 Baltimore neighborhoods captured. The indicators are dug up from a number of sources, including the U.S. Census Bureau and its American Community Survey, the FBI and Baltimore Police Department, Baltimore departments of city housing, health, and education.

Imports

@@ -56,7 +56,7 @@

Imports

df = df_file else: df = pd.merge(df, df_file) - + df.index = df['CSA2010'] df.drop('CSA2010', inplace=True) print len(df.columns) @@ -742,8 +742,6 @@

Principal Component Analysis
-

Read this post at The Training Set for purpose of the following analyses (this section and the next one).

-

@@ -1399,6 +1397,6 @@

K-means Clustering