Skip to content

Issues: pandas-dev/pandas

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

BUG: read_csv() silently ignores out-of-range integers Bug IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
#55232 opened Sep 21, 2023 by davidchall
2 of 3 tasks
2.2.3
ENH: Inform on row & column of failed type conversion when parsing CSV files Enhancement IO CSV read_csv, to_csv Needs Discussion Requires discussion from core team before further action
#53966 opened Jul 1, 2023 by DavidToneian
1 of 3 tasks
ENH/PERF: provide pyarrow engine option for to_csv Arrow pyarrow functionality Enhancement IO CSV read_csv, to_csv Performance Memory or execution speed performance
#53618 opened Jun 12, 2023 by jorisvandenbossche
BUG: on_bad_lines=callable does not invoke callable for all bad lines Enhancement IO CSV read_csv, to_csv Needs Discussion Requires discussion from core team before further action
#53599 opened Jun 11, 2023 by zoushucai
2 of 3 tasks
ENH: Include df.attrs in to_csv output Enhancement IO CSV read_csv, to_csv
#53577 opened Jun 9, 2023 by canthonyscott
1 of 3 tasks
2
5
BUG: pyarrow's csv reader yields different results than the deafult csv reader on strings that look like floating points Arrow pyarrow functionality Bug Closing Candidate May be closeable, needs more eyeballs IO CSV read_csv, to_csv
#53269 opened May 17, 2023 by Meehai
3 tasks done
BUG: Instantiating pandas._libs.parsers.TextReader segfaults Bug Internals Related to non-user accessible pandas implementation IO CSV read_csv, to_csv
#53131 opened May 7, 2023 by JelleZijlstra
2 of 3 tasks
BUG: read_csv, sep=None, wrong separator guessing in case of one column csv Bug IO CSV read_csv, to_csv Needs Discussion Requires discussion from core team before further action
#53035 opened May 2, 2023 by louisgeisler
2 of 3 tasks
Understanding string interning in pd.read_csv vs. other methods of creating large object columns IO CSV read_csv, to_csv Performance Memory or execution speed performance Usage Question
#52639 opened Apr 12, 2023 by zbs
3 tasks done
BUG: pd.read_csv does not work with nullable_dtype coercion Bug IO CSV read_csv, to_csv
#52594 opened Apr 11, 2023 by MCRE-BE
2 of 3 tasks
BUG: Pyarrow engine doesn't seem to support \s+ but error message implies it does? Arrow pyarrow functionality Bug Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv
#52554 opened Apr 9, 2023 by IgnacioJPickering
2 of 3 tasks
BUG: pd.read_csv(io.StringIO("a\nNone")).a[0] is 'None' on pandas 1 but NaN on pandas 2 IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
#52493 opened Apr 6, 2023 by graingert
1 of 3 tasks
ENH: Add engine_kwargs to read_csv Arrow pyarrow functionality Enhancement IO CSV read_csv, to_csv
#52301 opened Mar 30, 2023 by Finndersen
1 of 3 tasks
BUG: support decimal keyword for Float64Dtype in read_csv Bug Dtype Conversions Unexpected or buggy dtype conversions IO CSV read_csv, to_csv NA - MaskedArrays Related to pd.NA and nullable extension arrays
#52086 opened Mar 20, 2023 by RobbertDM
3 tasks done
ENH: read_csv warn about suspicious extensions Enhancement IO CSV read_csv, to_csv Needs Discussion Requires discussion from core team before further action
#51829 opened Mar 7, 2023 by janosh
3 tasks
BUG: read_csv regression from version 1.3.5 to 1.5.3 Bug Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv
#51801 opened Mar 5, 2023 by gsportelli
3 tasks done
BUG: read_csv giving bus error (sometimes segfault too) Bug Index Related to the Index class or subclasses IO CSV read_csv, to_csv Segfault Non-Recoverable Error
#51791 opened Mar 4, 2023 by Droidking18
2 of 3 tasks
BUG: Memory leak after pd.read_csv() with default parameters Bug IO CSV read_csv, to_csv Performance Memory or execution speed performance
#51667 opened Feb 27, 2023 by viper7882
3 tasks done
BUG: read_csv() fails to detect floats larger than 2.0^64 Bug Dtype Conversions Unexpected or buggy dtype conversions IO CSV read_csv, to_csv
#51295 opened Feb 10, 2023 by akaihola
2 of 3 tasks
BUG: CSV file with carriage return breaks pandas Bug IO CSV read_csv, to_csv
#51141 opened Feb 3, 2023 by pgdr
3 tasks done
ENH: Disallow to_csv to download and write to in-memory stream when http url is provided Enhancement Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv
#50709 opened Jan 12, 2023 by ali-cetin-4ss
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.