-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
na_rep Truncated With Int64 dtype in to_csv #25099
New issue
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
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
IO CSV
read_csv, to_csv
Output-Formatting
__repr__ of pandas objects, to_string
Milestone
Comments
Thanks for the report - that does look rather strange. Investigation and PRs are always welcome! |
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
4 tasks
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 3, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Feb 4, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Mar 20, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Mar 20, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Apr 10, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Apr 11, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Apr 21, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Jun 1, 2019
… prevent data truncation
4 tasks
kinow
added a commit
to kinow/pandas
that referenced
this issue
Jul 10, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Sep 6, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Sep 9, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Sep 9, 2019
… prevent data truncation
kinow
added a commit
to kinow/pandas
that referenced
this issue
Sep 9, 2019
… prevent data truncation
proost
pushed a commit
to proost/pandas
that referenced
this issue
Dec 19, 2019
…uncation (pandas-dev#25103) * Fix pandas-dev#25099 set na_rep values before converting to string to prevent data truncation
proost
pushed a commit
to proost/pandas
that referenced
this issue
Dec 19, 2019
…uncation (pandas-dev#25103) * Fix pandas-dev#25099 set na_rep values before converting to string to prevent data truncation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
IO CSV
read_csv, to_csv
Output-Formatting
__repr__ of pandas objects, to_string
Code Sample
Problem description
I'd expect
na_rep
to be always respected, with all column types.Expected Output
Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.4.final.0
python-bits: 32
OS: Windows
OS-release: 10
machine: AMD64
processor: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
LOCALE: pt_BR.cp1252
pandas: 0.24.0
pytest: None
pip: 9.0.1
setuptools: 28.8.0
Cython: None
numpy: 1.16.1
scipy: 1.1.0
pyarrow: None
xarray: None
IPython: 6.2.1
sphinx: None
patsy: None
dateutil: 2.7.5
pytz: 2018.9
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 2.2.3
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml.etree: None
bs4: None
html5lib: 1.0.1
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
gcsfs: None
The text was updated successfully, but these errors were encountered: