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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to document the newly added HTML formatting features for DataFusion DataFrames in Python (introduced in #1100). Currently, there's no dedicated documentation page (e.g., dataframe.rst) that outlines the DataFrame API, usage examples, or details about how HTML rendering works in Jupyter environments. This makes it harder for users to discover and leverage these features.
Describe the solution you'd like
Add a dataframe.rst file to the Python API documentation that includes:
An overview of the DataFrame API
Explanation and usage examples for _repr_html_ rendering
How to configure HTML rendering using configure_formatter()
Examples of using custom style providers and formatters
How to reset or globally manage formatting styles
Describe alternatives you've considered
Embedding limited information in existing pages like index.rst or session.rst, but this would not provide a clean or discoverable structure.
Relying solely on docstrings or tests, which is not user-friendly for new users.
Additional context
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to document the newly added HTML formatting features for DataFusion DataFrames in Python (introduced in #1100). Currently, there's no dedicated documentation page (e.g.,
dataframe.rst
) that outlines the DataFrame API, usage examples, or details about how HTML rendering works in Jupyter environments. This makes it harder for users to discover and leverage these features.Describe the solution you'd like
Add a
dataframe.rst
file to the Python API documentation that includes:DataFrame
API_repr_html_
renderingconfigure_formatter()
Describe alternatives you've considered
index.rst
orsession.rst
, but this would not provide a clean or discoverable structure.Additional context
The text was updated successfully, but these errors were encountered: