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
Plotly now supports (as of 6.0) what they call universal dataframe support, which is essentially supporting multiple dataframe libraries, beyond just Pandas. It would be great if Taipy is able to do so as well.
Additionally, since it is likely that there may be multiple areas where the code would need to change, it would be great if the first place where this happens is with Taipy tables. at least the display of the tables.
Description
Plotly now supports (as of 6.0) what they call universal dataframe support, which is essentially supporting multiple dataframe libraries, beyond just Pandas. It would be great if Taipy is able to do so as well.
Additionally, since it is likely that there may be multiple areas where the code would need to change, it would be great if the first place where this happens is with Taipy tables. at least the display of the tables.
Solution Proposed
Plotly has accomplished this via a library called narwhals
blog post: https://plotly.com/blog/chart-smarter-not-harder-universal-dataframe-support/
narwhals: https://github.com/narwhals-dev/narwhals
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: