We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a=pd.Series([u"\u05d0"]*1000) a.name= 'title1' repr(a) pandas/pandas/core/series.py in _tidy_repr(self, max_vals) 869 name=False) 870 result = head + '\n...\n' + tail --> 871 return '%s\n%s' % (result, self._repr_footer()) 872 873 def _repr_footer(self): UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 6: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
TST: test for #2225
fbd77d5
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: