-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Insights: pandas-dev/pandas
Overview
Could not load contribution data
Please try again later
10 Pull requests merged by 9 people
-
DOC: Remove outdated comment, use DateOffset instead of BaseOffset in docs
#61097 merged
Mar 24, 2025 -
DOC: Add punctuation to basics.rst in User Guide
#61167 merged
Mar 24, 2025 -
WEB: Update sponsors and fix logos style
#61121 merged
Mar 24, 2025 -
Fix bug in
Series.describe
where the median is included any time thepercentiles
argument is not None#61158 merged
Mar 21, 2025 -
DOC: Add missing period
#61150 merged
Mar 20, 2025 -
Fix #61123 with simple doc change
#61146 merged
Mar 19, 2025 -
BUG: fix read_json ignoring the dtype with the pyarrow engine
#60997 merged
Mar 19, 2025 -
BUG: Fix inconsistency of converting empty categorical with dtype_backend='pyarrow'
#61131 merged
Mar 17, 2025 -
Bump pypa/cibuildwheel from 2.23.0 to 2.23.1
#61137 merged
Mar 17, 2025 -
DOC: Add GL08 for pandas.Timestamp.tzinfo
#61100 merged
Mar 17, 2025
14 Pull requests opened by 12 people
-
BUG: Collision between equivalent frequencies 'QS-…
#61142 opened
Mar 18, 2025 -
Preserve column names in empty Dataframe
#61143 opened
Mar 18, 2025 -
String dtype: more informative repr (keeping brief __str__)
#61148 opened
Mar 19, 2025 -
BUG: Added deprecation warning to Timestamp constructor
#61149 opened
Mar 20, 2025 -
ENH: Added dict support for `pd.set_option`
#61151 opened
Mar 20, 2025 -
ENH: Adds `dict` & `**dict` support for `pd.set_option` [#61093]
#61152 opened
Mar 20, 2025 -
BUG: Clip corr edge cases between -1.0 and 1.0
#61154 opened
Mar 20, 2025 -
Csv func
#61157 opened
Mar 20, 2025 -
ENH: Support boolean masks for `iloc.__getitem__`
#61162 opened
Mar 21, 2025 -
WEB: Remove self (Marco Gorelli) from "active maintainers" list
#61163 opened
Mar 21, 2025 -
ENH: Accept no fields for groupby by
#61168 opened
Mar 23, 2025 -
DataFrame.dtypes.to_json OverflowError: Maximum recursion level reached
#61171 opened
Mar 23, 2025 -
BUG: Handle line and bar on the same plot
#61173 opened
Mar 24, 2025 -
BUG: DataFrame.resample is changing the index type to MultiIndex when the dataframe is empty
#61174 opened
Mar 24, 2025
13 Issues closed by 5 people
-
DOC: should `DateOffset` always be used instead of `BaseOffset`?
#60886 closed
Mar 24, 2025 -
ENH: add destructor to HDFStore
#61169 closed
Mar 24, 2025 -
DataFrame.describe(percentiles=[]) still returns 50% percentile.
#11866 closed
Mar 24, 2025 -
ENH: add as_index to value_counts and pivot_table
#49069 closed
Mar 24, 2025 -
BUG: Faulty DatetimeIndex union
#61159 closed
Mar 22, 2025 -
BUG: `datetime64[s]` fails round trip using `.to_parquet` and `read_parquet`
#61165 closed
Mar 22, 2025 -
ENH: Passing a single value to `.describe(percentiles = [0.25])` returns 25th- and 50th-percentile
#60550 closed
Mar 21, 2025 -
Update plot docs when backend is set.
#28618 closed
Mar 20, 2025 -
DOC: `read_excel` `nrows` parameter reads extra rows when tables are adjacent (no blank row)
#61123 closed
Mar 19, 2025 -
BUG: read_json silently ignores the dtype when engine=pyarrow
#59516 closed
Mar 19, 2025 -
DOC: Clarification on Python 3.13 support
#61139 closed
Mar 19, 2025 -
BUG: astype transforms NA to "NA"
#61141 closed
Mar 19, 2025
12 Issues opened by 12 people
-
BUG: pd.read_csv() on empty files should give an empty dataframe pd.DataFrame()
#61172 opened
Mar 24, 2025 -
BUG: DataFrame.dtypes.to_json OverflowError: Maximum recursion level reached
#61170 opened
Mar 23, 2025 -
ENH: Enable nsmallest/nlargest on object dtype
#61166 opened
Mar 22, 2025 -
ENH: merge_asof threshold minimum
#61164 opened
Mar 21, 2025 -
BUG: fails to plot 2 plots with secondary y axis when index type is PeriodIndex and plot kinds are different
#61161 opened
Mar 21, 2025 -
ENH: Accept no fields for groupby by
#61160 opened
Mar 21, 2025 -
BUILD: Cython.Compiler.Errors: 'free_threading_config.pxi' not found
#61156 opened
Mar 20, 2025 -
BUG: Impossible creation of array with dtype=string
#61155 opened
Mar 20, 2025 -
BUG: import pandas 2.2.3 on WSL 2.4.12.0 raises broken support for `numpy.longdouble` dtype warning
#61153 opened
Mar 20, 2025 -
BUG: Inconsistent index type when using read_csv with string[pyarrow] dtype
#61145 opened
Mar 19, 2025 -
BUG(?): rolling sum with pyarrow types results in float64 instead of preserving integer type
#61144 opened
Mar 18, 2025 -
BUG: `DataFrame.from_records()` ignores `columns` with iterator and `nrows=0`
#61140 opened
Mar 17, 2025
52 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
MNT: Bump dev pin on NumPy
#60987 commented on
Mar 20, 2025 • 6 new comments -
BUG(string dtype): groupby/resampler.min/max returns float on all NA strings
#60985 commented on
Mar 24, 2025 • 2 new comments -
BUG: groupby.agg with UDF changing pyarrow dtypes
#59601 commented on
Mar 23, 2025 • 1 new comment -
BUG: Add fillna at the beginning of _where not to fill NA. #60729
#60772 commented on
Mar 24, 2025 • 1 new comment -
Bug cov nat
#60898 commented on
Mar 20, 2025 • 1 new comment -
DOC: Updated link for OVH server benchmark visualization
#61108 commented on
Mar 19, 2025 • 1 new comment -
API (string dtype): implement hierarchy (NA > NaN, pyarrow > python) for consistent comparisons between different string dtypes
#61138 commented on
Mar 23, 2025 • 1 new comment -
API: creating DataFrame with no columns: object vs string dtype columns?
#60338 commented on
Mar 23, 2025 • 0 new comments -
BUG: args offset in Timestamp.__new__ causes bugs
#52343 commented on
Mar 23, 2025 • 0 new comments -
BUG: pd.merge has unexpected behaviour when joining on index / column
#57291 commented on
Mar 24, 2025 • 0 new comments -
BUG: Inconsistent dtype with GroupBy for StrDtype and all missing values
#60810 commented on
Mar 23, 2025 • 0 new comments -
BUG: Timestamp.fromisoformat drops ISO 8601 timezone information
#56398 commented on
Mar 24, 2025 • 0 new comments -
TST: mixed_int_string Index
#54072 commented on
Mar 23, 2025 • 0 new comments -
DOC: document optional arguments on plot submethods
#11042 commented on
Mar 23, 2025 • 0 new comments -
BUG: timedeltas.pyx.c varies between builds
#60078 commented on
Mar 24, 2025 • 0 new comments -
ENH: Support dict to `pd.set_option` for cleaner code
#61093 commented on
Mar 24, 2025 • 0 new comments -
BUG: Collision between equivalent frequencies 'QS-FEB' and 'QS-NOV'
#61086 commented on
Mar 24, 2025 • 0 new comments -
Relax meson pins in CI and Fix Missed Warnings
#60681 commented on
Mar 24, 2025 • 0 new comments -
TST(string dtype): Resolve xfails in test_from_dummies
#60694 commented on
Mar 24, 2025 • 0 new comments -
[backport 2.3.x] API: ignore empty range/object dtype in Index setop operations (string dtype compat) (#60797)
#60948 commented on
Mar 21, 2025 • 0 new comments -
ENH(string dtype): fallback for HDF5 with UTF-8 surrogates
#60993 commented on
Mar 22, 2025 • 0 new comments -
BUG: Fix return type of loc/iloc
#61054 commented on
Mar 20, 2025 • 0 new comments -
ENH, DOC: Add JupyterLite-powered interactive examples for the `pandas` documentation
#61061 commented on
Mar 19, 2025 • 0 new comments -
Bug: Fix for overflow at edge cases in `normalize()` by raising exception
#61083 commented on
Mar 19, 2025 • 0 new comments -
Bug: Save original index and remap after function completes
#61116 commented on
Mar 19, 2025 • 0 new comments -
BUG/TST/DEPR: Ensure dtype="category" always implies ordered=False & add tests
#61118 commented on
Mar 24, 2025 • 0 new comments -
DOC: fix docstring validation errors for `pandas.Timestamp`
#59458 commented on
Mar 17, 2025 • 0 new comments -
BUG: parquet serialization/deserialization adds all dict keys into column
#56842 commented on
Mar 18, 2025 • 0 new comments -
BUG: ValueError: Buffer dtype mismatch, expected 'intp_t' but got 'long long' on ARMv7 32 bit
#55305 commented on
Mar 18, 2025 • 0 new comments -
API (string dtype): comparisons between different string classes
#60639 commented on
Mar 19, 2025 • 0 new comments -
BUG: CustomBusinessDay not respecting calendar
#60647 commented on
Mar 19, 2025 • 0 new comments -
BUG: Datatypes not preserved on pd.read_excel
#60088 commented on
Mar 19, 2025 • 0 new comments -
ENH: `DatetimeIndex.set_freq()`
#61094 commented on
Mar 19, 2025 • 0 new comments -
BUG: queries on categorical string columns in HDFStore.select() return unexpected results
#57608 commented on
Mar 19, 2025 • 0 new comments -
BUG: Series.plot.hist segfault for timedelta64
#43941 commented on
Mar 19, 2025 • 0 new comments -
TST: read_csv silently drops empty row
#21995 commented on
Mar 19, 2025 • 0 new comments -
ENH: fillna enhancement with method='nearest'
#61124 commented on
Mar 19, 2025 • 0 new comments -
Memory leakage when concatting list of dataframes
#20849 commented on
Mar 20, 2025 • 0 new comments -
ENH: Need API support and __repr__ to discover the storage used for strings
#59342 commented on
Mar 20, 2025 • 0 new comments -
BUG: .corr() values significantly higher than 1
#61120 commented on
Mar 20, 2025 • 0 new comments -
ENH: Supporting third-party engines for all `map` and `apply` methods
#61125 commented on
Mar 20, 2025 • 0 new comments -
BUG: Timedelta created by to_timedelta does not add correctly to datetime in Pandas 2
#53643 commented on
Mar 20, 2025 • 0 new comments -
BUG: str.fullmatch behavior is not the same for object dtype and string[pyarrow] dtype
#61072 commented on
Mar 20, 2025 • 0 new comments -
BUG: .to_json() of periode_range gives OverflowError: Maximum recursion level reached
#55490 commented on
Mar 21, 2025 • 0 new comments -
BUG: ``Series.interpolate`` regression in latest Pandas 3.0.0 nightly (method 'linear' behaves like 'index')
#61122 commented on
Mar 22, 2025 • 0 new comments -
DEPR: Some dropna behaviors in DataFrame.pivot_table
#53521 commented on
Mar 22, 2025 • 0 new comments -
BUG: `pivot_table` drops rows and columns despite values being non-`NaN`
#61113 commented on
Mar 22, 2025 • 0 new comments -
BUG: Creating Index name using `names` names argument, doesn't set index name
#19082 commented on
Mar 22, 2025 • 0 new comments -
DOC: Write user guide page on apply/map/transform methods
#61126 commented on
Mar 23, 2025 • 0 new comments -
FEEDBACK: PyArrow as a required dependency and PyArrow backed strings
#54466 commented on
Mar 23, 2025 • 0 new comments -
DOC: Add link to the "try pandas online" in the regular documentation
#61060 commented on
Mar 23, 2025 • 0 new comments -
DOC: Generating docs doesn't work if path has whitespaces
#22836 commented on
Mar 23, 2025 • 0 new comments