CybercentreCanada / jupyterlab-sql-editor

A JupyterLab extension providing, SQL formatter, auto-completion, syntax highlighting, Spark SQL and Trino
BSD 3-Clause "New" or "Revised" License
83 stars 13 forks source link

human readable dates for text & html outputs #147

Closed cccs-nik closed 7 months ago

cccs-nik commented 7 months ago

Conditional conversion of Pandas df columns to allow us to have human readable dates & avoid issues like ints being cast to something with decimals at the same time. This is specific to the text and html outputs.