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

ENH: add empty() methods for DataFrame and Series DataFrame DataFrame data structure Enhancement Series Series data structure
#12291 by gfyoung was closed Feb 11, 2016 Loading…
DOC: Fix DataFrame.to_xarray doctests and allow the CI to run it. DataFrame DataFrame data structure Docs IO Data IO issues that don't fit into a more specific label
#22673 by Moisan was merged Sep 19, 2018 Loading…
2 tasks done
Only sort dict columns in from_records for py < 3.6 DataFrame DataFrame data structure
#22687 by llawall was closed Dec 23, 2018 Loading…
2 of 4 tasks
BUG: fix DataFrame+DataFrame op with timedelta64 dtype Bug DataFrame DataFrame data structure Timedelta Timedelta data type
#22696 by jbrockmendel was merged Oct 2, 2018 Loading…
4 tasks done
0.24.0
DOC: #22899, Fixed docstring of itertuples in pandas/core/frame.py DataFrame DataFrame data structure Docs
#22902 by leeyspaul was merged Oct 7, 2018 Loading…
2 of 4 tasks
0.24.0
Warn when column order changed. DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas
#22945 by TomAugspurger was closed Mar 25, 2019 Loading…
BUG GH22858 When creating empty dataframe, only cast int to float if index given DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions
#22963 by JustinZhengBC was merged Oct 4, 2018 Loading…
4 tasks done
0.24.0
BUG: millis res on parsed DatetimeIndex slice Bug DataFrame DataFrame data structure Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves
#23010 by tapiralec was closed Nov 23, 2018 Loading…
1 task done
CLN GH22985 Fixed interpolation with object error message DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#23044 by pambot was merged Oct 10, 2018 Loading…
3 of 4 tasks
0.24.0
Data type of new assigned DataFrame column #23326 DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Needs Info Clarification about behavior needed to assess issue
#23413 by charlesdong1991 was closed Nov 12, 2018 Loading…
4 tasks
Proper boxing of scalars in DataFrame.to_dict Bug DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations
#23921 by bourbaki was merged Dec 2, 2018 Loading…
4 tasks done
0.24.0
DOC: Improve "inplace" param in Dataframe.rename() docs DataFrame DataFrame data structure Docs
#24037 by nmusolino was closed Dec 3, 2018 Loading…
3 of 4 tasks
add to_frame method to DataFrame DataFrame DataFrame data structure Enhancement Needs Discussion Requires discussion from core team before further action
#24336 by letalvoj was closed Jan 14, 2019 Loading…
3 of 4 tasks
feature : forces index_type comparaison when asserting that one Dataf… DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves
#24618 by LouisJULIEN was closed Feb 27, 2019 Loading…
DEPR/API: disallow lists within list for set_index DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
#24697 by h-vetinari was closed Mar 10, 2019 Loading…
5 tasks done
BUG: Switched shapes in ValueError msg in DataFrame construct (#20742) DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas
#24725 by meiermark was merged Jan 18, 2019 Loading…
4 tasks done
0.24.0
REF/TST: Collect DataFrame Reduction Tests Clean DataFrame DataFrame data structure Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite
#24761 by jbrockmendel was closed Jan 14, 2019 Loading…
BUG: Fix regression in DataFrame.apply causing RecursionError DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#25230 by gioiab was merged Feb 9, 2019 Loading…
4 tasks done
0.24.2
ENH: Add errors parameter to DataFrame.rename API Design DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas
#25535 by MaxVanDeursen was merged Mar 5, 2019 Loading…
4 tasks done
0.25.0
BUG: DataFrame.update with tz-aware date doesn't return naive data DataFrame DataFrame data structure Datetime Datetime data dtype
#25810 by mroeschke was merged Mar 21, 2019 Loading…
4 tasks done
0.25.0
BUG: Fix bug when using df.query with "str.contains()" DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves
#25813 by dtpc was closed May 19, 2019 Loading…
3 tasks done
Pass the errors and kwargs arguments through to astype in the columns… DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas
#25888 by johnklehm was merged Mar 31, 2019 Loading… 0.25.0
Ensure that DataFrame constructed from dict follows insertion order Bug DataFrame DataFrame data structure
#25915 by alexander-ponomaroff was closed Apr 2, 2019 Loading…
4 tasks done
Include missing data count in pd.DataFrame.describe() DataFrame DataFrame data structure
#26102 by alexander-ponomaroff was closed Jun 27, 2019 Loading…
4 tasks done
BUG: Preserve index order when constructing DataFrame from dict DataFrame DataFrame data structure
#26113 by bchu was closed May 3, 2019 Loading…
4 tasks done
ProTip! Type g i on any issue or pull request to go back to the issue listing page.