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
Ah my mistake here, it's only doing one conversion - the second time it hits that breakpoint, dfi_df is a PyArrow table, and so the from_dataframe call is practically a no-op:
What happened?
If I put a breakpoint in
arrow_table_from_dfi_dataframe
, then I see the conversion from ibis table to arrow table happening twiceWhat would you like to happen instead?
I think it should be possible to convert at most once?
Which version of Altair are you using?
5.4.0dev (latest commit on main)
The text was updated successfully, but these errors were encountered: