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
# console_encode() should (hopefully) choose the right encoding for you
refers to a console_encoding util that encodes the current string into the appropriate encoding for the platform or display environment. This util does not exist however
The text was updated successfully, but these errors were encountered:
g(pandas) bash-3.2$ grep -r console_encode pandas
pandas/io/formats/printing.py:# 2) If you need to send something to the console, use console_encode().
pandas/io/formats/printing.py:# console_encode() should (hopefully) choose the right encoding for you
pandas/tests/io/formats/test_printing.py:# def test_console_encode():
pandas/tests/io/formats/test_printing.py:# common.console_encode should encode things as utf-8.
pandas/tests/io/formats/test_printing.py:# result = printing.console_encode(u"\u05d0")
pandas/pandas/io/formats/printing.py
Line 86 in 6d610a4
refers to a
console_encoding
util that encodes the current string into the appropriate encoding for the platform or display environment. This util does not exist howeverThe text was updated successfully, but these errors were encountered: