Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697810069
  • Loading branch information
colaboratory-team committed Nov 19, 2024
1 parent 88f85cf commit 948a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/colab/sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _to_frame(index):
else:
# workaround for https://github.com/pandas-dev/pandas/issues/25809
frame = pd.DataFrame(index)
return frame.applymap(_clean_val).replace({np.nan: None})
return frame.map(_clean_val).replace({np.nan: None})


def _generate_creds(unused_credentials=None):
Expand Down

0 comments on commit 948a9e6

Please sign in to comment.