You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An OpenDocument spreadsheet with a single cell containing a superscript causes a UnboundLocalError: local variable 'spaces' referenced before assignment crash in Pandas.
I'm attaching the .ods file.
This used to work fine (one month ago on my machine). I tried upgrading to Pandas 1.1.1 and get the same bug. It looks like what's below:
The text was updated successfully, but these errors were encountered:
cpbl
changed the title
Regression in Pandas _odfreader (UnboundLocalError: local variable 'spaces' referenced before assignment)
Regression in pandas/io/excel/_odfreader.py (UnboundLocalError: local variable 'spaces' referenced before assignment)
Sep 4, 2020
An OpenDocument spreadsheet with a single cell containing a superscript causes a
UnboundLocalError: local variable 'spaces' referenced before assignment
crash in Pandas.I'm attaching the .ods file.
This used to work fine (one month ago on my machine). I tried upgrading to Pandas 1.1.1 and get the same bug. It looks like what's below:
pandas-bug.zip
Versions:
In [2]: pd.show_versions()
The text was updated successfully, but these errors were encountered: