-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
150
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
Label
Projects
Milestones
Assignee
Sort
Issues list
BUG: Inconsistent dtype behavior between read_csv and convert_dtypes with pyarrow backend for datetime
Arrow
pyarrow functionality
Bug
Datetime
Datetime data dtype
IO CSV
read_csv, to_csv
#55422
opened Oct 6, 2023 by
koizumihiroo
2 of 3 tasks
BUG: read_csv, to_csv
Regression
Functionality that used to work in a prior pandas version
read_csv()
silently ignores out-of-range integers
Bug
IO CSV
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
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: read_csv, to_csv
Regression
Functionality that used to work in a prior pandas version
pd.read_csv(io.StringIO("a\nNone")).a[0]
is 'None'
on pandas 1 but NaN
on pandas 2
IO CSV
#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: C parser attempts to convert string chars encoded in ISO-8859-1 from S3 stream object to UTF-8 and fails it
Bug
IO CSV
read_csv, to_csv
#52252
opened Mar 28, 2023 by
ekk-0tsu
3 tasks done
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: Unexpected or buggy dtype conversions
IO CSV
read_csv, to_csv
read_csv()
fails to detect floats larger than 2.0^64
Bug
Dtype Conversions
#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
BUG: pd.DataFrame.to_csv with escaping produces different output in python 3.10 and 3.11 than 3.8 and 3.9
Bug
IO CSV
read_csv, to_csv
Python 3.10
Python 3.11
#51123
opened Feb 2, 2023 by
LeeMendelowitz
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.