best-practice-and-impact / gptables

Good Practice Tables - an XlsxWriter wrapper to write consistently formatted statistical tables to Excel.
http://gptables.rtfd.io
Other
35 stars 4 forks source link

Write to both formatted workbook and CSVW #144

Open foster999 opened 3 years ago

rowanhemsi commented 2 years ago

Python package csvcubed is being developed to help analysts produce CSVW files as part of a RAP

rowanhemsi commented 1 year ago

Aim to extend gptables to by default produce csvcubed outputs for each sheet in the output document, as well as the usual spreadsheet document.

gptables should optionally take csvcubed configs, to allow the user to specify additional metadata for each sheet.

Note: Potential issues include the overlap in metadata between our GPTable object and the csvcubed configuration file. We might want to set an order of presedence (e.g. our cover sheet (e.g. for source) > the GPTable object > the csvcubed config).