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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pdstools.
Issue description
When running pdstools on a clean environment, great-tables & pandas seem to be required - even though they are optional. This is triggered from Reports and from the new IH class (pandas is in plotly.express in IH I think; let's inline dependency it just like ADM.plots)
Same for pyarrow; we still use the use_pyarrow_extension_array when we convert to pandas for some plotly charts - we don't need to do this now that plotly uses Narwhals
Reproducible example
frompdstoolsimportdatasetsdatasets.cdh_sample()
Expected behavior
These optional dependencies should be optional - and not installed directly
Installed versions
Replace this line with the output of pdstools.show_versions(), leave the backticks in place
The text was updated successfully, but these errors were encountered:
pdstools version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pdstools.
Issue description
When running pdstools on a clean environment, great-tables & pandas seem to be required - even though they are optional. This is triggered from Reports and from the new IH class (pandas is in plotly.express in IH I think; let's inline dependency it just like ADM.plots)
Same for pyarrow; we still use the use_pyarrow_extension_array when we convert to pandas for some plotly charts - we don't need to do this now that plotly uses Narwhals
Reproducible example
Expected behavior
These optional dependencies should be optional - and not installed directly
Installed versions
The text was updated successfully, but these errors were encountered: