Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Unicode : change df.to_string() and friends to always return unicode objects #2224
Merged
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ac0898f
TST: series tidy_repr with unicode data values
y-p 007622d
ENH: Series tidy_repr should use pprint_thing and console_encode #2225
y-p 2599741
ENH: to_string() and to_str_columns() should return unicode, deprecat…
y-p 695aa06
DOC: add note about formatters needing to return unicode (if returnin…
y-p a34ac81
ENH: convert more internal string processing to unicode, SeriesFormat…
y-p c22da50
TST: str(x)/unicode(x),bytes(x)/str(x) should always work if x is a d…
y-p b7cc302
ENH: py2/py3 support for str(x)/unicode(x) and bytes(x)/str(x) for se…
y-p f0deaa6
TST: str(x)/unicode(x),bytes(x)/str(x) should always work for Index,M…
y-p 436bf36
ENH: py2/py3 support for str(x)/unicode(x) and bytes(x)/str(x) for In…
y-p
Jump to file or symbol
Failed to load files and symbols.
Oops, something went wrong.