We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42da847 commit 715b1bdCopy full SHA for 715b1bd
bigframes/display/anywidget.py
@@ -191,6 +191,9 @@ def _reset_batches_for_new_page_size(self):
191
192
def _set_table_html(self):
193
"""Sets the current html data based on the current page and page size."""
194
+ # TODO (shuowei): BigFrames Series with db_dtypes.JSONArrowType column
195
+ # fails to convert to pandas DataFrame in anywidget environment due to
196
+ # missing handling in to_pandas_batches(). b/453561268
197
# For empty dataframe, render empty table with headers.
198
if self.row_count == 0:
199
page_data = self._cached_data
0 commit comments