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
feat: Enhance DisplayConfig for DataFrame with customizable options
- Added DisplayConfig struct for configuring DataFrame display in Python.
- Introduced fields: max_table_bytes, min_table_rows, and max_cell_length with default values.
- Implemented a constructor for DisplayConfig to allow optional customization.
- Updated display_config method in PyDataFrame to return a Python object of DisplayConfig.
0 commit comments