-
-
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
8 Pull requests merged by 7 people
-
REGR: Interpolate with method=index
#61183 merged
Mar 29, 2025 -
Update guidance on CFLAGS
#61190 merged
Mar 28, 2025 -
BUG: Clip corr edge cases between -1.0 and 1.0
#61154 merged
Mar 25, 2025 -
WEB: Remove self (Marco Gorelli) from "active maintainers" list
#61163 merged
Mar 25, 2025 -
BUG: DataFrame.resample is changing the index type to MultiIndex when the dataframe is empty
#61174 merged
Mar 24, 2025 -
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
11 Pull requests opened by 11 people
-
update offsets.pyx to fix #60647
#61181 opened
Mar 26, 2025 -
Doc pivot table
#61184 opened
Mar 26, 2025 -
ENH: Reimplement DataFrame.lookup
#61185 opened
Mar 26, 2025 -
BUG: Fix pyarrow categoricals not working for pivot and categoricals
#61193 opened
Mar 28, 2025 -
DOC: User Guide Page on user-defined functions
#61195 opened
Mar 28, 2025 -
BUG: Fix AttributeError in pd.eval for method calls on binary operations
#61198 opened
Mar 29, 2025 -
BUG: Fix Series comparison fails when index dtypes differ (object vs string) (#61099)
#61199 opened
Mar 29, 2025 -
FIX: date comparison fails when series is all pd.NaT values #61188
#61200 opened
Mar 30, 2025 -
BUG: fix to_json on period
#61203 opened
Mar 30, 2025 -
Bump pypa/cibuildwheel from 2.23.1 to 2.23.2
#61205 opened
Mar 31, 2025 -
Fix #60494: query doesn't work on DataFrame integer column names
#61207 opened
Mar 31, 2025
15 Issues closed by 6 people
-
BUG: DataFrame.min raises TypeError when column contains mixed types (e.g., np.nan and datetime)
#61187 closed
Mar 31, 2025 -
Series dtype changes when a new row is added
#21501 closed
Mar 30, 2025 -
BUG: ``Series.interpolate`` regression in latest Pandas 3.0.0 nightly (method 'linear' behaves like 'index')
#61122 closed
Mar 29, 2025 -
BUG: `to_datetime()` warns unnecessarily that format cannot be inferred
#61196 closed
Mar 29, 2025 -
BUG: \0 null bytes in `str` not preserved in `pandas.CategoricalIndex` or `pandas.MultiIndex`
#61189 closed
Mar 28, 2025 -
BUG: Series.unique() terminates strings prematurely on null Bytes
#53720 closed
Mar 28, 2025 -
STYLE check pandas doesn't use external package when that package is vendored
#47964 closed
Mar 27, 2025 -
BUG: Sorting fails in specific cases with pandas==2.1.1
#61068 closed
Mar 27, 2025 -
BUG: replace with np.nan unexpectedly converts pd.Timestamp to pd.NaT
#61179 closed
Mar 26, 2025 -
BUG: import pandas 2.2.3 on WSL 2.4.12.0 raises broken support for `numpy.longdouble` dtype warning
#61153 closed
Mar 26, 2025 -
BUG: .corr() values significantly higher than 1
#61120 closed
Mar 25, 2025 -
BUG: When upsampling an empty dataframe, the index type changes from DatetimeIndex to MultiIndex
#55572 closed
Mar 24, 2025 -
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
10 Issues opened by 10 people
-
BUG:
#61206 opened
Mar 31, 2025 -
BUG: DataFrame.min with skipna=True raises TypeError when column contains np.nan and datetime.date
#61204 opened
Mar 31, 2025 -
ENH: adding a filter (and bold) to header when writing to excel
#61194 opened
Mar 28, 2025 -
BUG: Boolean selection edge case.
#61191 opened
Mar 27, 2025 -
BUG: date comparison fails when series is all pd.NaT values
#61188 opened
Mar 27, 2025 -
BUG: engine calamine lost 0 when read_excel from vlookup cell
#61186 opened
Mar 27, 2025 -
BUG: Negation of `.str.isnumeric()` changes `dtype` when `pd.NA` is present
#61182 opened
Mar 26, 2025 -
BUG: Performance issue with fillna() after merging DataFrames
#61180 opened
Mar 26, 2025 -
BUG: Inconsistency when converting week PeriodIndex into DatetimeIndex with astype("datetime64[ns]")
#61177 opened
Mar 25, 2025 -
BUG: AttributeError on method call after binary operation in eval expression
#61175 opened
Mar 25, 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 29, 2025 • 9 new comments -
Bug: Save original index and remap after function completes
#61116 commented on
Mar 26, 2025 • 5 new comments -
API (string dtype): implement hierarchy (NA > NaN, pyarrow > python) for consistent comparisons between different string dtypes
#61138 commented on
Mar 26, 2025 • 3 new comments -
BUG(string dtype): groupby/resampler.min/max returns float on all NA strings
#60985 commented on
Mar 29, 2025 • 2 new comments -
Bug cov nat
#60898 commented on
Mar 26, 2025 • 2 new comments -
ENH: Support boolean masks for `iloc.__getitem__`
#61162 commented on
Mar 29, 2025 • 2 new comments -
BUG: Handle line and bar on the same plot
#61173 commented on
Mar 26, 2025 • 2 new comments -
BUG: Added deprecation warning to Timestamp constructor
#61149 commented on
Mar 31, 2025 • 1 new comment -
Preserve Complex Data Types for to_csv
#61157 commented on
Mar 31, 2025 • 1 new comment -
BUG: pd.HDFStore(file, mode='a') increases file size unnecessarily when file exists and dataframe contains string-based columns
#60823 commented on
Mar 31, 2025 • 0 new comments -
BUG: `groupby` then `resample` on column gives incorrect results if the index is out of order
#59408 commented on
Mar 31, 2025 • 0 new comments -
Fix binary operations on attrs for Series and DataFrame
#59636 commented on
Mar 31, 2025 • 0 new comments -
ENH: Enable nsmallest/nlargest on object dtype
#61166 commented on
Mar 31, 2025 • 0 new comments -
DEPS: Bump optional dependencies
#60655 commented on
Mar 25, 2025 • 0 new comments -
BUG: Add fillna at the beginning of _where not to fill NA. #60729
#60772 commented on
Mar 29, 2025 • 0 new comments -
My feature branch to issue #19129 (read_json and orient='table' With Numeric Column)
#60945 commented on
Mar 31, 2025 • 0 new comments -
BUG: Timedelta created by to_timedelta does not add correctly to datetime in Pandas 2
#53643 commented on
Mar 31, 2025 • 0 new comments -
ENH(string dtype): fallback for HDF5 with UTF-8 surrogates
#60993 commented on
Mar 26, 2025 • 0 new comments -
BUG: Fix return type of loc/iloc
#61054 commented on
Mar 31, 2025 • 0 new comments -
BUG: Passing original properties of `DataFrame` and `Series` subclasses to their constructors
#61101 commented on
Mar 25, 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 -
BUG: Collision between equivalent frequencies 'QS-…
#61142 commented on
Mar 26, 2025 • 0 new comments -
Preserve column names in empty Dataframe
#61143 commented on
Mar 31, 2025 • 0 new comments -
String dtype: more informative repr (keeping brief __str__)
#61148 commented on
Mar 26, 2025 • 0 new comments -
ENH: Added dict support for `pd.set_option`
#61151 commented on
Mar 26, 2025 • 0 new comments -
DataFrame.dtypes.to_json OverflowError: Maximum recursion level reached
#61171 commented on
Mar 29, 2025 • 0 new comments -
ENH: Automate reading of data in chunks
#61110 commented on
Mar 24, 2025 • 0 new comments -
BUG: groupby.sum() is inconsistent with df.sum() for large integers
#34681 commented on
Mar 24, 2025 • 0 new comments -
BUG: pd.read_csv() on empty files should give an empty dataframe pd.DataFrame()
#61172 commented on
Mar 25, 2025 • 0 new comments -
PERF: why nlargest is so slower?
#61076 commented on
Mar 25, 2025 • 0 new comments -
ENH: ArrowTemporalProperties' object has no attribute 'to_period'
#59771 commented on
Mar 25, 2025 • 0 new comments -
BUG: `ValueError: Length of values (5) does not match length of index (4)` when subtracting two series with MultIndex and Index and nan values
#60908 commented on
Mar 25, 2025 • 0 new comments -
BUG: Impossible creation of array with dtype=string
#61155 commented on
Mar 26, 2025 • 0 new comments -
BUG: `.map` & `.apply` would convert element type for extension array.
#60766 commented on
Mar 26, 2025 • 0 new comments -
BUG: timedeltas.pyx.c varies between builds
#60078 commented on
Mar 26, 2025 • 0 new comments -
WEB: Multiple "Getting Started" on pandas.io leads to different links
#32307 commented on
Mar 26, 2025 • 0 new comments -
ENH: Accept no fields for groupby by
#61160 commented on
Mar 26, 2025 • 0 new comments -
ENH: Replacing behavior currently provided by pandas.to_numeric using errors="ignore"
#59221 commented on
Mar 26, 2025 • 0 new comments -
BUG: args offset in Timestamp.__new__ causes bugs
#52343 commented on
Mar 26, 2025 • 0 new comments -
BUG: Datatypes not preserved on pd.read_excel
#60088 commented on
Mar 27, 2025 • 0 new comments -
ENH: Support dict to `pd.set_option` for cleaner code
#61093 commented on
Mar 27, 2025 • 0 new comments -
ENH: re-implement DataFrame.lookup.
#40140 commented on
Mar 27, 2025 • 0 new comments -
BUG: `pivot_table` drops rows and columns despite values being non-`NaN`
#61113 commented on
Mar 27, 2025 • 0 new comments -
BUG: duplicated() on a empty DataFrame or a DataFrame with an empty subset of columns with a non-empty index
#12869 commented on
Mar 27, 2025 • 0 new comments -
Move interchange protocol implementation into a separate project
#56732 commented on
Mar 27, 2025 • 0 new comments -
BUILD: Cython.Compiler.Errors: 'free_threading_config.pxi' not found
#61156 commented on
Mar 28, 2025 • 0 new comments -
BUG: DataFrame.dtypes.to_json OverflowError: Maximum recursion level reached
#61170 commented on
Mar 28, 2025 • 0 new comments -
Support for Storing and Retrieving Complex Data Types (e.g., Embeddings) in Pandas DataFrames
#60895 commented on
Mar 28, 2025 • 0 new comments -
BUG: TypeError: Cannot convert numpy.ndarray to numpy.ndarray
#60184 commented on
Mar 29, 2025 • 0 new comments -
DOC: Write user guide page on apply/map/transform methods
#61126 commented on
Mar 29, 2025 • 0 new comments -
BUG: Parquet roundtrip fails with numerical categorical dtype
#60491 commented on
Mar 29, 2025 • 0 new comments -
BUG: Can only compare identically-labeled Series objects (string vs. object)
#61099 commented on
Mar 29, 2025 • 0 new comments