Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
#15616 by gfyoung was closed Mar 10, 2017 Loading… updated Mar 10, 2017 0.20.0
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
#15594 by jaehoonhwang was closed Mar 14, 2017 Loading… updated Mar 20, 2017
4 tasks done
0.20.0
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
#15758 by ucals was closed Mar 26, 2017 Loading… updated Mar 26, 2017
4 tasks done
0.20.0
COMPAT: NaT accessors Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#15782 by jreback was merged Mar 27, 2017 Loading… updated Mar 27, 2017 0.20.0
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
#15868 by atbd was merged Apr 2, 2017 Loading… updated Apr 2, 2017
2 tasks done
0.20.0
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
#15892 by jreback was closed Apr 4, 2017 Loading… updated Apr 4, 2017 0.20.0
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
#15924 by chrisaycock was merged Apr 7, 2017 Loading… updated Apr 7, 2017
4 tasks done
0.20.0
Support dicts with default values in series.map Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16002 by dhimmel was merged Apr 15, 2017 Loading… updated Apr 15, 2017 0.20.0
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
#16079 by chrisgorgo was merged Jun 2, 2017 Loading… updated Jun 2, 2017
4 tasks done
0.21.0
BUG: Interpolate limit=n GH16282 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16429 by WBare was merged May 23, 2017 Loading… updated Jun 3, 2017
4 tasks done
0.20.2
make null lowercase a missing value IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16534 by OlegShteynbuk was merged Jun 1, 2017 Loading… updated Jun 3, 2017 0.21.0
PERF: vectorize _interp_limit Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
#16592 by TomAugspurger was merged Jun 4, 2017 Loading… updated Jun 4, 2017 0.20.2
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
#16619 by dsm054 was merged Jun 8, 2017 Loading… updated Jun 8, 2017 0.20.3
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
#16625 by dsm054 was merged Jun 8, 2017 Loading… updated Jun 8, 2017 0.21.0
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
#16589 by OlegShteynbuk was merged Jun 13, 2017 Loading… updated Jun 15, 2017 0.21.0
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
#16892 by kernc was closed Jul 22, 2017 Loading… updated Jul 22, 2017
4 tasks done
0.21.0
ENH: Add skipna parameter to infer_dtype Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17066 by cpcloud was merged Jul 25, 2017 Loading… updated Jul 25, 2017
3 tasks done
0.21.0
BUG: clip should handle null values Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17288 by mgasvoda was closed Aug 21, 2017 Loading… updated Aug 21, 2017 0.21.0
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
#17279 by ante012 was merged Aug 21, 2017 Loading… updated Aug 21, 2017
4 tasks done
0.21.0
BUG: Fix groupby nunique with NaT Datetime Datetime data dtype Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17624 by Licht-T was merged Sep 22, 2017 Loading… updated Sep 22, 2017
4 tasks done
0.21.0
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
#17630 by jreback was merged Oct 10, 2017 Loading… updated Oct 10, 2017 0.21.0
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
#17887 by toobaz was merged Oct 16, 2017 Loading… updated Oct 16, 2017
4 tasks done
0.21.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.