-
- 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
BUG: Error when specifying int index containing NaN Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
ENH: standardize fill_value behavior across the API Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15587 by ResidentMario was closed Mar 11, 2017 Loading… updated Mar 11, 2017
4 tasks
BUG: upcasting on reshaping ops #13247 Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Series.asof fails for all NaN Series (GH15713) Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
COMPAT: NaT accessors Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
COMPAT: NaT support tz_localize / tz_convert (#15830) Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Bug in DataFrame construction with nulls and datetimes in a list like Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: use entire size of DatetimeTZBlock when coercing result (#15855) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timezones Timezone data dtype
Support dicts with default values in series.map Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Adding 'n/a' to list of strings denoting missing values IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Interpolate limit=n GH16282 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
make null lowercase a missing value IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
PERF: vectorize _interp_limit Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
BUG: Fix Series.get failure on missing NaN (#8569) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
TST: NaN in MultiIndex should not become a string (#7031) Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Testing pandas testing functions or related to the test suite
consolidated the duplicate definitions of NA values (in parsers & IO) Clean IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Made SparseDataFrame.fillna() fill all NaNs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#16178 by keitakurita was closed Jul 12, 2017 Loading… updated Jul 12, 2017
3 tasks done
BUG: Made SparseDataFrame.fillna() fill all NaNs Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
ENH: Add skipna parameter to infer_dtype Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: clip should handle null values Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: fillna returns frame when inplace=True if value is a dict (#16156) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: Fix groupby nunique with NaT Datetime Datetime data dtype Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
COMPAT: sum/prod on all nan will remain nan regardless of bottleneck install Compat pandas objects compatability with Numpy or Python functions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: resolving issue 16357 - added a check to see if input is pandas.NaT Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16501 by theodoreschen was closed Oct 14, 2017 Loading… updated Oct 14, 2017
2 of 4 tasks
BUG: support "fill_value" for ".unstack()" called with list of levels Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.