python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
BigQuery DataFrames
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
Updating SEO for https://cloud.google.com/python/docs/reference/bigframes/latest/supported_pandas_apis - see b/376049720. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
Fixes #460856043 🦕
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
This PR introduces column sorting functionality to the interactive table widget. 1) Updated Python backend and JS/CSS frontend to allow sorting by columns. **Three-State Sorting UI:** - The sort indicator...
Previously, when the total number of rows (row_count) was unknown (e.g., due to deferred computation or errors), it would incorrectly default to 0. This resulted in confusing UI, such as...
refactor: Migrate DataFrame display to use IPython's _repr_mimebundle_() protocol for anywidget mode
This PR refactors the DataFrame display system to properly implement IPython's _repr_mimebundle_() protocol for anywidget mode, moving widget handling logic out of _repr_html_() and into the appropriate display method. See...