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
refactor: remove debug print statements from DataFrameHtmlFormatter and add HTML formatter integration tests
- Removed debug print statements from format_html, _build_table_body, and get_formatter methods in DataFrameHtmlFormatter to clean up the code.
- Introduced a new debug_utils.py file containing a function to check HTML formatter integration.
- Updated __init__.py to include configure_formatter for easier access.
- Enhanced DataFrame class to include a docstring for _repr_html_ method.
- Added comprehensive tests for HTML formatter configuration, custom style providers, type formatters, and cell/header builders in test_dataframe.py.
0 commit comments