gov-uk-dashboards 21.2.0__py3-none-any.whl → 21.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gov_uk_dashboards/lib/download_functions/download_csv_with_headers.py +1 -1
- {gov_uk_dashboards-21.2.0.dist-info → gov_uk_dashboards-21.2.1.dist-info}/METADATA +1 -1
- {gov_uk_dashboards-21.2.0.dist-info → gov_uk_dashboards-21.2.1.dist-info}/RECORD +6 -6
- {gov_uk_dashboards-21.2.0.dist-info → gov_uk_dashboards-21.2.1.dist-info}/WHEEL +1 -1
- {gov_uk_dashboards-21.2.0.dist-info → gov_uk_dashboards-21.2.1.dist-info}/licenses/LICENSE +0 -0
- {gov_uk_dashboards-21.2.0.dist-info → gov_uk_dashboards-21.2.1.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,7 @@ def download_csv_with_headers(
|
|
38
38
|
} # range is missing columns in first df compared to max columns across all dfs
|
39
39
|
|
40
40
|
subtitle = list_of_df_title_subtitle_dicts[0]["subtitle"]
|
41
|
-
footnote = list_of_df_title_subtitle_dicts[0]
|
41
|
+
footnote = list_of_df_title_subtitle_dicts[0].get("footnote")
|
42
42
|
header_data = [
|
43
43
|
{column_list[0]: "Date downloaded: " + get_todays_date_for_downloaded_csv()},
|
44
44
|
*(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gov_uk_dashboards
|
3
|
-
Version: 21.2.
|
3
|
+
Version: 21.2.1
|
4
4
|
Summary: Provides access to functionality common to creating a data dashboard.
|
5
5
|
Author: Department for Levelling Up, Housing and Communities
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -105,9 +105,9 @@ gov_uk_dashboards/lib/datetime_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
|
|
105
105
|
gov_uk_dashboards/lib/datetime_functions/datetime_functions.py,sha256=BQgr8I_vFNYwLi-fE4YC6jZ5PpbPea2rnD_2a_lw0YE,12209
|
106
106
|
gov_uk_dashboards/lib/download_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
107
107
|
gov_uk_dashboards/lib/download_functions/convert_fig_to_image_and_download.py,sha256=-dkYbpTL6txftFfAZW-vfW_O9efb6Dse9WJ9MM6mAqw,534
|
108
|
-
gov_uk_dashboards/lib/download_functions/download_csv_with_headers.py,sha256=
|
109
|
-
gov_uk_dashboards-21.2.
|
110
|
-
gov_uk_dashboards-21.2.
|
111
|
-
gov_uk_dashboards-21.2.
|
112
|
-
gov_uk_dashboards-21.2.
|
113
|
-
gov_uk_dashboards-21.2.
|
108
|
+
gov_uk_dashboards/lib/download_functions/download_csv_with_headers.py,sha256=aLL3UodmilZA_1bQhtjtKi3FoB-4X_MtLOcDw5e1Nwo,4412
|
109
|
+
gov_uk_dashboards-21.2.1.dist-info/licenses/LICENSE,sha256=GDiD7Y2Gx7JucPV1JfVySJeah-qiSyBPdpJ6RHCEHTc,1126
|
110
|
+
gov_uk_dashboards-21.2.1.dist-info/METADATA,sha256=IZQuphpHgvbJ_FE1zk_ftSTwtzYLSkgBt9CDxpdn9Gc,5917
|
111
|
+
gov_uk_dashboards-21.2.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
112
|
+
gov_uk_dashboards-21.2.1.dist-info/top_level.txt,sha256=gPaN1P3-H3Rgi2me6tt-fX_cxo19CZfA4PjlZPjGRpo,18
|
113
|
+
gov_uk_dashboards-21.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|