File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
samples/02_power_users_developers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 752
752
" pr_e = enrich(pr_df, gis=gis)\n",
753
753
" display(pr_e.head())\n",
754
754
" \n",
755
- " print(f'DC Population: {dc_e.TOTPOP .sum()}')\n",
756
- " print(f'DC Density: {int(round(dc_e.TOTPOP .sum() / (dc_df.spatial.area / 1000000)))} per Square Kilometer')\n",
757
- " print(f'Paris Population: {pr_e.TOTPOP .sum()}')\n",
758
- " print(f'Paris Density: {int(round(pr_e.TOTPOP .sum() / (pr_dis.area / 1000000)))} per Square Kilometer')\n",
755
+ " print(f'DC Population: {dc_e.totpop .sum()}')\n",
756
+ " print(f'DC Density: {int(round(dc_e.totpop .sum() / (dc_df.spatial.area / 1000000)))} per Square Kilometer')\n",
757
+ " print(f'Paris Population: {pr_e.totpop .sum()}')\n",
758
+ " print(f'Paris Density: {int(round(pr_e.totpop .sum() / (pr_dis.area / 1000000)))} per Square Kilometer')\n",
759
759
" \n",
760
760
"except RuntimeError:\n",
761
761
" print('Your GIS Connection Does Not Support Geoenrichment')"
1297
1297
"name": "python",
1298
1298
"nbconvert_exporter": "python",
1299
1299
"pygments_lexer": "ipython3",
1300
- "version": "3.7 .16"
1300
+ "version": "3.9 .16"
1301
1301
},
1302
1302
"toc": {
1303
1303
"base_numbering": 1,
You can’t perform that action at this time.
0 commit comments