issues
search
pandas-dev
/
pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
44.39k
stars
18.16k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
DOC: Update a link in tutorials.rst
#60787
star1327p
opened
6 hours ago
0
ENH: generic `save` and `from_file` methods on DataFrame
#60786
zkurtz
opened
11 hours ago
0
Backport PR #60784 on branch 2.3.x (TST(string_dtype): Fix minor issue with CSV parser and column dtype)
#60785
meeseeksmachine
closed
9 hours ago
0
TST(string_dtype): Fix minor issue with CSV parser and column dtype
#60784
WillAyd
closed
13 hours ago
1
Update boxplot.py
#60783
serhiisavingit
opened
14 hours ago
0
Backport PR #60711: TST(string dtype): Resolve xfail in groupby.test_…
#60782
WillAyd
closed
14 hours ago
0
[backport 2.3.x] TST(string dtype): Fix xfails in test_block_internals.py (#60765)
#60781
jorisvandenbossche
closed
14 hours ago
0
[backport 2.3.x] CI: Test Github Actions Arm64 Runners (#60722)
#60780
jorisvandenbossche
closed
14 hours ago
0
BUG: pd.read_csv Incorrect Checksum validation for COMPOSITE Checksum
#60779
munch9
opened
1 day ago
1
PERF: Avoid a numpy array copy in ArrowExtensionArray._to_datetimearray
#60778
mroeschke
closed
18 hours ago
1
Fix arrow groupby na
#60777
asharmalik19
opened
1 day ago
0
DOC: fix SA01 for pandas.tseries.offsets.LastWeekOfMonth
#60776
tuhinsharma121
closed
1 day ago
1
DOC: fix ES01,SA01 for pandas.tseries.offsets.CustomBusinessMonthEnd.…
#60775
tuhinsharma121
closed
1 day ago
1
BUG: datetime64 column type fails parquet round trip
#60774
bmwilly
opened
1 day ago
3
BUG: datetime64 column has incorrect unit when created with pd.Timestamp
#60773
bmwilly
closed
1 day ago
2
BUG: Add fillna at the beginning of _where not to fill NA. #60729
#60772
sanggon6107
opened
2 days ago
0
[backport 2.3.x] ENH: Enable pytables to round-trip with StringDtype (#60663)
#60771
jorisvandenbossche
closed
1 day ago
1
BUG: arrow backend get wrong result
#60770
wonb168
closed
10 hours ago
1
BUG: value_counts() method in panda Series
#60769
lroque7
closed
2 days ago
0
BUG: crosstab(aggfunc='skew') raises IndexError: single positional indexer is out-of-bounds
#60768
sfc-gh-mvashishtha
opened
2 days ago
1
BUG: pd.crosstab(dropna=True, values=) drops rows and columns where any aggregation result is null.
#60767
sfc-gh-mvashishtha
opened
2 days ago
1
BUG: `.map` & `.apply` would convert element type for extension array.
#60766
colinfang
opened
2 days ago
2
TST(string dtype): Fix xfails in test_block_internals.py
#60765
WillAyd
closed
15 hours ago
2
TST (string dtype): follow-up fix for pyarrow 19.0 update
#60764
jorisvandenbossche
closed
1 day ago
2
[backport 2.3.x] API(str dtype): Raise on StringDtype for unary op + (#60710)
#60763
jorisvandenbossche
closed
2 days ago
0
CI: Update some CI configurations
#60762
mroeschke
opened
2 days ago
1
CI: Remove CircleCI in favor of GHA ARM builds
#60761
mroeschke
opened
2 days ago
2
Backport PR #60718 on branch 2.3.x (DOC: Whatsnew for sorting mode result)
#60760
meeseeksmachine
closed
2 days ago
0
DOC: fix RT03,SA01 for pandas.plotting.andrews_curves
#60759
tuhinsharma121
closed
2 days ago
1
Add a JupyterLite-powered interactive shell for the `pandas` website (reprise of #47428)
#60758
agriyakhetarpal
opened
2 days ago
2
DOC: fix PR07,SA01 for pandas.arrays.TimedeltaArray
#60757
tuhinsharma121
closed
2 days ago
1
Miscellaneous updates for Pyodide 0.27: bump WASM CI and revise Arrow compatibility note
#60756
agriyakhetarpal
closed
2 days ago
3
[backport 2.3.x] Update PyArrow conversion and arrow/parquet tests for pyarrow 19.0 (#60716)
#60755
jorisvandenbossche
closed
2 days ago
0
[backport 2.3.x] ENH: Enable .mode to sort with NA values (#60702)
#60754
jorisvandenbossche
closed
2 days ago
0
[backport 2.3.x] ENH: Implement cum* methods for PyArrow strings (#60633)
#60753
jorisvandenbossche
closed
2 days ago
0
ENH: Support skipna parameter in GroupBy min, max, prod, median, var, std and sem methods
#60752
snitish
opened
3 days ago
0
CI: Rename ubuntu unit test jobs
#60751
mroeschke
closed
3 days ago
0
BUG: `pd.Series.isnumeric()` doesn't work on decimal value strings
#60750
sf-dcp
opened
3 days ago
4
Fix group_sum NaN comparison warnings
#60749
WillAyd
closed
3 days ago
1
refactor: deprecate usage of `cursor.execute` statements in favor of the in class implementation of `execute`.
#60748
gmcrocetti
opened
3 days ago
1
DOC: Reinstate the JupyterLite-based live shell for the pandas website
#60747
agriyakhetarpal
opened
3 days ago
2
DOC: fix ES01 for pandas.read_feather
#60746
tuhinsharma121
closed
3 days ago
2
DOC: Clarify deprecation warning for iloc
#60745
grossardt
closed
3 days ago
1
BUG: Ensure to_datetime raises errors for out-of-bounds scalar inputs
#60744
kosiew
opened
4 days ago
0
BUG: cannot use random.choice on index in python 3.11.0
#60743
sammlapp
closed
4 days ago
2
Backport PR #60713: TST(string dtype): Resolve xfail in test_base.py
#60742
rhshadrach
closed
3 days ago
0
ENH: Support skipna parameter in GroupBy mean and sum
#60741
snitish
closed
3 days ago
3
BUG: stack with future_stack=True and empty list
#60740
behrenhoff
opened
4 days ago
2
ENH: `pandas.api.interchange.from_dataframe` now uses the Arrow PyCapsule Interface if available, only falling back to the Dataframe Interchange Protocol if that fails
#60739
MarcoGorelli
closed
3 days ago
1
DOC: add SPSS comparison guide structure
#60738
Jacob-Lazar
closed
2 days ago
2
Next