the-datagarden 1.2.4__py3-none-any.whl → 1.2.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- the_datagarden/models/regional_data.py +1 -1
- {the_datagarden-1.2.4.dist-info → the_datagarden-1.2.5.dist-info}/METADATA +2 -2
- {the_datagarden-1.2.4.dist-info → the_datagarden-1.2.5.dist-info}/RECORD +6 -6
- {the_datagarden-1.2.4.dist-info → the_datagarden-1.2.5.dist-info}/WHEEL +1 -1
- {the_datagarden-1.2.4.dist-info → the_datagarden-1.2.5.dist-info}/entry_points.txt +0 -0
- {the_datagarden-1.2.4.dist-info → the_datagarden-1.2.5.dist-info}/top_level.txt +0 -0
@@ -404,7 +404,7 @@ class TheDataGardenRegionalDataModel:
|
|
404
404
|
|
405
405
|
for column, stats in stats_by_column.items():
|
406
406
|
print(
|
407
|
-
f"{column} : {
|
407
|
+
f"{column} : {' ' * (max_column_length + 3 - len(column))}"
|
408
408
|
f"{int(stats['count'] + stats['null_count'])}"
|
409
409
|
f" of which with data: {int(stats['count'])} "
|
410
410
|
f"({int(stats['count']) / (int(stats['count'] + stats['null_count'])) * 100:.0f}%)"
|
@@ -17,9 +17,9 @@ the_datagarden/api/regions/base/__init__.py,sha256=PJ_OnELpbvoJspwuUvse3vxT1ZRBf
|
|
17
17
|
the_datagarden/api/regions/base/settings.py,sha256=KuUR4r-Iro4ZQpQZjssvRoe7_OJ_LfNfgzJ85UKkgsk,397
|
18
18
|
the_datagarden/models/__init__.py,sha256=UoBC9iK6VfHuW92PeGUteUWAqB0M3qoHDvNBPiNgfhQ,305
|
19
19
|
the_datagarden/models/geojson.py,sha256=74uvrI7YSGgu8ohAMvohKLu6fUkILDT0nZ9l3O4xpis,6340
|
20
|
-
the_datagarden/models/regional_data.py,sha256=
|
21
|
-
the_datagarden-1.2.
|
22
|
-
the_datagarden-1.2.
|
23
|
-
the_datagarden-1.2.
|
24
|
-
the_datagarden-1.2.
|
25
|
-
the_datagarden-1.2.
|
20
|
+
the_datagarden/models/regional_data.py,sha256=kHkauaUXaEFTmPKKKc_2yrE8hyC5Xt0HqdvxEXeNrwU,16566
|
21
|
+
the_datagarden-1.2.5.dist-info/METADATA,sha256=DjjjZJv0DOa9W8AkMN1ONYXb6tWDGDxfC4WgrnyX_7U,15336
|
22
|
+
the_datagarden-1.2.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
23
|
+
the_datagarden-1.2.5.dist-info/entry_points.txt,sha256=R40-UiUsDqy6RfBSnkOCj98Ed0bfvseJPpClXxqVVAM,59
|
24
|
+
the_datagarden-1.2.5.dist-info/top_level.txt,sha256=S0Wn3mYX0nrwGIqeqWE5vAc3ASTK13E-F_9eTOQu8hs,15
|
25
|
+
the_datagarden-1.2.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|