Skip to content

Commit 715b1bd

Browse files
committed
Add todo
1 parent 42da847 commit 715b1bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bigframes/display/anywidget.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ def _reset_batches_for_new_page_size(self):
191191

192192
def _set_table_html(self):
193193
"""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
194197
# For empty dataframe, render empty table with headers.
195198
if self.row_count == 0:
196199
page_data = self._cached_data

0 commit comments

Comments
 (0)