You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks again for creating such a valuable open-source project!
I had a minor feature improvement suggestion, which is an option to export Data Marts as parquet files. This would benefit both users of SageRx as well as those downloading the exported Data Marts off of the CodeRx website:
Columns would have data types, so there's no risk of users parsing from CSVs into different data types (e.g., the dreaded accidental conversion of NDCs to integers!)
File sizes would be much smaller (leading to faster downloads, and less storage required)
Better performance, integration with apache arrow, etc
This could be readily incorporated into the export_marts DAG in python, or even by incorporating the pg_parquet extension for Postgres.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks again for creating such a valuable open-source project!
I had a minor feature improvement suggestion, which is an option to export Data Marts as parquet files. This would benefit both users of
SageRx
as well as those downloading the exported Data Marts off of the CodeRx website:This could be readily incorporated into the
export_marts
DAG in python, or even by incorporating thepg_parquet
extension for Postgres.Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions