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

DOC: Docstring script to not require ending period for bullet points CI Continuous Integration Docs
#25786 by EdAbati was closed Oct 25, 2019 Loading…
2 tasks done
Fix #25099 set na_rep values before converting to string to prevent data truncation Bug ExtensionArray Extending pandas with custom dtypes or arrays. IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string
#25103 by kinow was merged Sep 10, 2019 Loading…
4 tasks done
1.0.0
BUG: DataFrame.merge(suffixes=) does not respect None Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#24819 by charlesdong1991 was merged Feb 6, 2019 Loading…
4 tasks
0.25.0
ENH: add Series & DataFrame .agg/.aggregate API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#14668 by jreback was merged Apr 14, 2017 Loading…
4 tasks
0.20.0
Enhancement Add max_level param to json_normalize IO JSON read_json, to_json, json_normalize
#26876 by bhavaniravi was merged Jul 3, 2019 Loading…
5 tasks done
0.25.0
Remove py27 CI jobs Build Library building on various platforms
#24942 by h-vetinari was merged Mar 17, 2019 Loading… 0.25.0
API: Implement new indexing behavior for intervals API Design Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#27100 by jschendel was merged Jul 2, 2019 Loading…
4 tasks done
0.25.0
PERF: CategoricalIndex.get_loc should avoid expensive cast of .codes to int64 Categorical Categorical Data Type Performance Memory or execution speed performance
#21699 by topper-123 was closed Oct 19, 2018 Loading…
2 of 4 tasks
DOC: Add sphinx spelling extension Docs
#21109 by FabioRosado was merged Jun 7, 2018 Loading…
4 tasks done
0.24.0
ENH/API: ExtensionArray.factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design ExtensionArray Extending pandas with custom dtypes or arrays.
#20361 by TomAugspurger was merged Mar 27, 2018 Loading… 0.23.0
TST: add test coverage for maybe_promote Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite
#23982 by h-vetinari was merged Oct 11, 2019 Loading…
4 tasks done
1.0.0
ENH: Support multiple opening hours intervals for BusinessHour Datetime Datetime data dtype Enhancement
#26628 by howsiwei was merged Jun 28, 2019 Loading…
4 tasks done
0.25.0
read_excel with dtype=str converts empty cells to np.nan Dtype Conversions Unexpected or buggy dtype conversions IO Excel read_excel, to_excel
#20429 by nikoskaragiannakis was closed Oct 11, 2018 Loading…
4 tasks done
ENH: DataFrame.pivot accepts a list of values Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#18636 by ibrahimsharaf was merged Mar 26, 2018 Loading…
4 tasks done
0.23.0
PERF: Add cache keyword to to_datetime (#11665) API Design Datetime Datetime data dtype Enhancement
#17077 by mroeschke was merged Nov 11, 2017 Loading…
4 tasks done
0.23.0
Construction of Series from dict containing NaN as key Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#18496 by toobaz was merged Dec 1, 2017 Loading…
4 tasks done
0.23.0
Rolling window endpoints inclusion API Design Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15795 by carlosdanielcsantos was closed Apr 13, 2017 Loading…
5 tasks done
0.20.0
API: Add dtype parameter to Categorical.from_codes API Design Categorical Categorical Data Type
#24398 by topper-123 was merged Jan 8, 2019 Loading…
3 tasks done
0.24.0
ENH: Add set_index to Series Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#22225 by h-vetinari was closed Jan 6, 2019 Loading…
5 tasks done
DEPR: Panel deprecated Deprecate Functionality to remove in pandas
#15601 by jreback was closed Apr 7, 2017 Loading… 0.20.0
Stop concat from attempting to sort mismatched columns by default Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20613 by brycepg was merged May 1, 2018 Loading…
4 tasks done
0.23.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.