Skip to content

Commit

Permalink
Re-add to example usage section and add gridlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ldavies99 committed Aug 20, 2024
1 parent c609291 commit 441d115
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gptables/examples/survey_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Labour market overview, UK: December 2020 - Real Survey Data Example
--------------------------------------------------------------------
This example demonstrates how to replicate the Labour Market overview accessible
example found at https://analysisfunction.civilservice.gov.uk/policy-store/further-resources-for-releasing-statistics-in-spreadsheets/
"""

import gptables as gpt
import pandas as pd
import numpy as np
Expand Down Expand Up @@ -105,6 +112,8 @@
cover=cover,
notes_table=notes_table,
contentsheet_options={"additional_elements": ["subtitles", "scope"]},
auto_width=True
auto_width=True,
gridlines="show_all",
cover_gridlines=True
)
print("Output written at: ", output_path)

0 comments on commit 441d115

Please sign in to comment.