the-datagarden 1.2.4__tar.gz → 1.2.5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/PKG-INFO +2 -2
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/pyproject.toml +1 -1
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/models/regional_data.py +1 -1
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/PKG-INFO +2 -2
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/README.rst +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/setup.cfg +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/abc/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/abc/api.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/abc/authentication.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/authentication/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/authentication/credentials/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/authentication/environment/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/authentication/settings.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/base/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/base/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/base/settings.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/continent.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/country.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/cli.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/models/__init__.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/models/geojson.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/version.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/SOURCES.txt +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/dependency_links.txt +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/entry_points.txt +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/requires.txt +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/top_level.txt +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/tests/test_cli.py +0 -0
- {the_datagarden-1.2.4 → the_datagarden-1.2.5}/tests/test_the_datagarden_imports.py +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}%)"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/authentication/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/authentication/settings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/base/__init__.py
RENAMED
File without changes
|
{the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden/api/regions/base/settings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{the_datagarden-1.2.4 → the_datagarden-1.2.5}/src/the_datagarden.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|