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
Demonstrate a hack-y way to support Pint<->SQL interop
pd.to_sql can deal with Pint Pandas dataframes (provided all columns are some kind of pint[] type. But reading back the dataframe requires quite a bit of unpacking.
Addresses (somewhat) https://github.com/os-climate/data-platform-demo/issues/50
0 commit comments