-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
EHN/FIX: Add na_last parameter to DataFrame.sort. Fixes GH3917 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: preserve dtypes in interpolate Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Bug in DataFrame.dropna with duplicate indices (GH6355) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
REGR: Bug in Series.reindex when specifying a method with some nan values was inconsistent (GH6418) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Bug in fillna with method = bfill/ffill and datetime64[ns] dtype (GH6587) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Bug in fillna with limit and value specified Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: NaN values not converted to Stata missing values (GH6684) Bug IO Data IO issues that don't fit into a more specific label Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: NaTType can be unpickled properly Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation IO Data IO issues that don't fit into a more specific label Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: fix replace bug where different dtypes in a nested dict would only replace the first value Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Regression from 0.13 with fillna and a Series on datetime-like (6344) Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
API: allow Series comparison ops to align before comparison (GH1134) API Design Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Arithmetic, timezone and offsets operations affecting to NaT Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type Timezones Timezone data dtype
ENH: Implement Panel pct_change API Design Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: GroupBy.get_group raises ValueError when group key contains NaT Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: use size instead of cythonized count for fallback cases Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
BUG: fix isnull for 0d object arrays Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
FIX resample with fill_method and how #2073 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
BUG: Index.min and max doesnt handle nan and NaT properly Bug Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Bug in broadcasting with .div, integer dtypes and divide-by-zero (GH7325) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
FIX: resample with fill_method and how #2073 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
BUG: resample raises ValueError when NaT is included Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Make copies of certain interpolate arguments (GH7295) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
ENH/BUG: Period/PeriodIndex supports NaT Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
DOC: fix docstring for DataFrame.interpolate API Design Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: isnull doesnt handle PeriodNaT properly Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
#7557 by sinhrks was closed May 9, 2015 Loading…
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.