Skip to content

Commit 830aa4e

Browse files
committed
fixup: lint
1 parent bdc8393 commit 830aa4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/python/apache_beam/runners/interactive/display/pcoll_visualization.py

-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ def _display_dataframe(self, data, update=None):
424424
warnings.filterwarnings(
425425
"ignore", message=".*DataFrame.applymap has been deprecated.*")
426426
rows = data.applymap(lambda x: str(x)).to_dict('split')['data']
427-
428427
# Convert each row into dict where keys are column index in the datatable
429428
# to be rendered and values are data from the dataframe. Column index 0 is
430429
# left out to hold the int index (not part of the data) from dataframe.

0 commit comments

Comments
 (0)