-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
154
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
DOC: Official "Cheat Sheet" shows
as_type()
method, correct signature is astype()
Docs
#61523
opened May 30, 2025 by
brchristian
1 task done
ENH: Implement DataFrame.select to select columns
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
#61522
opened May 30, 2025 by
datapythonista
BUG: DataFrame.sample weights not required to sum to less than 1
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
#61516
opened May 29, 2025 by
dougj892
3 tasks done
ENH: Ability to name columns/index levels when using Issue that has not been reviewed by a pandas team member
.str.split(..., expand=True)
on Index
/Series
Enhancement
Needs Triage
#61515
opened May 29, 2025 by
nachomaiz
2 of 3 tasks
ENH: Adding pd.from_pydantic
Enhancement
Needs Triage
Issue that has not been reviewed by a pandas team member
#61513
opened May 29, 2025 by
JavierLopezT
1 of 3 tasks
DOC: Docker image provided on "Debugging C extensions" is out of date
Docs
Needs Triage
Issue that has not been reviewed by a pandas team member
#61511
opened May 28, 2025 by
eicchen
1 task done
BUG: VSCode go to definition doesn't work with pandas.api.extensions.register_dataframe_accessor
Accessors
accessor registration mechanism (not .str, .dt, .cat)
Bug
Closing Candidate
May be closeable, needs more eyeballs
#61510
opened May 28, 2025 by
arnoldjames98
2 of 3 tasks
BUG: margin for pivot_table is incorrect with NA column/index values
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#61509
opened May 28, 2025 by
vtraag
3 tasks done
BUG: Print alignement problem with some unicode characters
Bug
Needs Discussion
Requires discussion from core team before further action
Unicode
Unicode strings
#61502
opened May 26, 2025 by
mhooreman
2 of 3 tasks
BUG: Passing string[pyarrow] to the dtype parameter of e.g. csv_read() does produce a string type Series
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
#61496
opened May 26, 2025 by
ClauPet
3 tasks done
BUG: If you add _metadata to a custom subclass of Series, the sequence name is lost when indexing
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
#61491
opened May 24, 2025 by
vitalizzare
3 tasks done
BUG: zfill with pyarrow string
Arrow
pyarrow functionality
Bug
#61485
opened May 23, 2025 by
williambdean
2 of 3 tasks
BUG: date_range behaviour is inconsistent when using inclusive=right
Bug
Datetime
Datetime data dtype
Needs Discussion
Requires discussion from core team before further action
#61483
opened May 23, 2025 by
sebastian-east
3 tasks done
BUG: Pandas concat raises RuntimeWarning: '<' not supported between instances of 'int' and 'tuple', sort order is undefined for incomparable objects with multilevel columns
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
#61477
opened May 22, 2025 by
ButteryPaws
3 tasks done
BUG: assert_frame_equal(check_dtype=False) fails when comparing two DFs containing pd.NA that only differ in dtype (object vs Int32)
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
good first issue
Testing
pandas testing functions or related to the test suite
#61473
opened May 21, 2025 by
michiel-de-muynck
2 of 3 tasks
BUG: pandas.pivot_table margins, dropna and observed parameters not producing expected result
Bug
Needs Info
Clarification about behavior needed to assess issue
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#61469
opened May 21, 2025 by
hugotomasf
2 of 3 tasks
BUG: Series.str.isdigit with pyarrow dtype doesn't honor unicode superscripts
Arrow
pyarrow functionality
Bug
Needs Discussion
Requires discussion from core team before further action
Strings
String extension data type and string data
Upstream issue
Issue related to pandas dependency
#61466
opened May 20, 2025 by
GarrettWu
2 of 3 tasks
BUG: Decimal and float-to-int conversion issues with pyarrow ≥18.0.0 in parquet and Arrow dtype tests
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
#61464
opened May 19, 2025 by
bhavya2109sharma
3 tasks done
PERF: Slow Windows / Ubuntu Unit Tests during Status Checks
CI
Continuous Integration
Needs Discussion
Requires discussion from core team before further action
Performance
Memory or execution speed performance
Windows
Windows OS
#61460
opened May 19, 2025 by
MartinBraquet
3 tasks done
Use BaseExecutionEngine for Python and Numba engines
Apply
Apply, Aggregate, Transform, Map
#61458
opened May 19, 2025 by
datapythonista
PERF: Setting an item of incompatible dtype
Indexing
Related to indexing on series/frames, not to indexes themselves
Needs Info
Clarification about behavior needed to assess issue
Performance
Memory or execution speed performance
#61456
opened May 19, 2025 by
muhannad125
2 of 3 tasks
ENH: add option to save json without escaping forward slashes
Enhancement
Needs Triage
Issue that has not been reviewed by a pandas team member
#61442
opened May 14, 2025 by
ellisbrown
1 of 3 tasks
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.