Skip to content

Commit

Permalink
Change out dir
Browse files Browse the repository at this point in the history
  • Loading branch information
psthomas committed Jun 4, 2017
1 parent ffdcc88 commit 785ea10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ US_County_Level_Presidential_Results_08-16_nofilter.csv
scatter_olddata_08-16.html
scatter_vectors.html
vectors_only.html
.ipynb_checkpoints/*
12 changes: 6 additions & 6 deletions voting_national.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
},
{
"cell_type": "code",
"execution_count": 87,
"execution_count": 9,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -806,7 +806,7 @@
"3 -0.147306 0.579088 "
]
},
"execution_count": 87,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -832,7 +832,7 @@
},
{
"cell_type": "code",
"execution_count": 88,
"execution_count": 10,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -949,7 +949,7 @@
"4 0.5484 43876 2012 9 "
]
},
"execution_count": 88,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -966,7 +966,7 @@
},
{
"cell_type": "code",
"execution_count": 89,
"execution_count": 11,
"metadata": {
"collapsed": true
},
Expand All @@ -983,7 +983,7 @@
"\n",
"out_df = out_df.round(decimals=4)\n",
"\n",
"out_df.to_csv('./d3vis_national/US_County_Level_Presidential_Results_04-16.csv')"
"out_df.to_csv('./US_County_Level_Presidential_Results_04-16.csv')"
]
}
],
Expand Down

0 comments on commit 785ea10

Please sign in to comment.