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.
@@ -404,7 +404,7 @@ class TheDataGardenRegionalDataModel:
404
404
 
405
405
  for column, stats in stats_by_column.items():
406
406
  print(
407
- f"{column} : {" " * (max_column_length + 3 - len(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}%)"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: the-datagarden
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: Public data made easy.
5
5
  Author-email: Maarten de Ruyter <info@the-datagarden.io>
6
6
  License: MIT
@@ -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=zhk6iRYRlzirgxp1k6J9ftt0mAFqWrTH4M3TPiRfR88,16566
21
- the_datagarden-1.2.4.dist-info/METADATA,sha256=XCYu_lwcOPUahp409Iozk4I0XXwWFdqI4efxigf0ZUE,15336
22
- the_datagarden-1.2.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
23
- the_datagarden-1.2.4.dist-info/entry_points.txt,sha256=R40-UiUsDqy6RfBSnkOCj98Ed0bfvseJPpClXxqVVAM,59
24
- the_datagarden-1.2.4.dist-info/top_level.txt,sha256=S0Wn3mYX0nrwGIqeqWE5vAc3ASTK13E-F_9eTOQu8hs,15
25
- the_datagarden-1.2.4.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5