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: support cut/qcut for datetime/timedelta (GH14714) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Datetime Datetime data dtype Enhancement Timedelta Timedelta data type
#14737 by aileronajay was merged Dec 3, 2016 Loading… updated Dec 4, 2016
4 tasks done
0.20.0
ENH: Added ability to freeze panes from DataFrame.to_excel() (#15160) Enhancement IO Excel read_excel, to_excel
#15291 by jeffcarey was closed Feb 16, 2017 Loading… updated Mar 4, 2017
4 tasks done
0.20.0
add compression support for 'read_pickle' and 'to_pickle' Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label
#13317 by goldenbull was closed Mar 9, 2017 Loading… updated Mar 9, 2017 0.20.0
ENH: Use 'Y' as an alias for end of year Enhancement Frequency DateOffsets
#16978 by gfyoung was merged Jul 19, 2017 Loading… updated Jul 19, 2017
3 tasks done
0.21.0
ENH add fill_value feature to pd.get_dummies Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15926 by beckermr was closed Aug 1, 2017 Loading… updated Aug 1, 2017
4 tasks done
ENH: Allow parameters method and min_periods in DataFrame.corrwith() Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#15573 by anthonyho was closed Aug 17, 2017 Loading… updated Aug 17, 2017
4 tasks done
Make some attributes of DateOffset read-only; add tests Enhancement Performance Memory or execution speed performance
#17181 by jbrockmendel was closed Aug 30, 2017 Loading… updated Aug 30, 2017
2 of 4 tasks
ENH - GH:17160, DataFrame.pivot accepts a list of values Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#17339 by BBQHarvey was closed Nov 25, 2017 Loading… updated Nov 25, 2017
4 tasks done
repr string for pd.Grouper Enhancement Groupby Output-Formatting __repr__ of pandas objects, to_string
#17727 by topper-123 was closed Nov 9, 2017 Loading… updated Dec 11, 2017
2 tasks
ENH: sort=bool keyword argument for index.difference Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#17878 by Giftlin was closed Dec 14, 2017 Loading… updated Dec 14, 2017
4 tasks
ENH: Added public accessor registrar API Design Enhancement
#18827 by TomAugspurger was merged Jan 16, 2018 Loading… updated Jan 16, 2018
Styler.to_html implemented for outputting styled DataFrame as HTML Enhancement IO HTML read_html, to_html, Styler.apply, Styler.applymap
#17545 by apryor6 was closed Jan 21, 2018 Loading… updated Jan 21, 2018
3 of 4 tasks
BUG, ENH: Read Data From Password-Protected URL's and allow self signed SSL certs Bug Enhancement IO Data IO issues that don't fit into a more specific label
#16910 by skynss was closed Jan 21, 2018 Loading… updated Jan 21, 2018
4 tasks done
Array Interface and Categorical internals Refactor Enhancement Internals Related to non-user accessible pandas implementation
#19268 by TomAugspurger was merged Feb 2, 2018 Loading… updated Feb 2, 2018 0.23.0
ENH: gb.is_monotonic_increasing #17015 Enhancement Groupby
#17453 by No-Stream was merged Feb 15, 2018 Loading… updated Feb 15, 2018
4 tasks done
0.23.0
ENH: interpolate.limit_area() 16284 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16513 by WBare was closed Feb 24, 2018 Loading… updated Feb 24, 2018
4 tasks done
0.23.0
Add interpolation options to rolling quantile Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20497 by kornilova203 was merged Apr 24, 2018 Loading… updated Apr 24, 2018
4 tasks
0.23.0
Read from multiple <tbody> within a <table> Enhancement IO HTML read_html, to_html, Styler.apply, Styler.applymap
#20891 by adamhooper was merged May 1, 2018 Loading… updated May 1, 2018
4 tasks done
0.23.0
ENH: Add class to write dta format 117 files Enhancement IO Stata read_stata, to_stata
#20844 by bashtage was merged May 1, 2018 Loading… updated Jun 2, 2018
4 tasks done
0.23.0
Use python-requests library, if installed, to support broad http(s) scenarios including Basic Authentication Enhancement IO CSV read_csv, to_csv
#17087 by skynss was closed Apr 11, 2018 Loading… updated Jun 12, 2018
4 tasks done
HDFStore.walk() to iterate on groups Enhancement IO HDF5 read_hdf, HDFStore
#21339 by CharlesB2 was closed Jun 26, 2018 Loading… updated Jun 27, 2018
4 tasks done
0.24.0
[ENH] Add read support for Google Cloud Storage Enhancement
#20729 by bnaul was merged Jun 26, 2018 Loading… updated Jul 2, 2018
4 tasks done
0.24.0
implement maybe_wrap_in_index for EA Mixin dispatch Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#21715 by jbrockmendel was closed Jul 4, 2018 Loading… updated Jul 5, 2018
ENH: Integer NA Extension Array Dtype Conversions Unexpected or buggy dtype conversions Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#21160 by jreback was merged Jul 20, 2018 Loading… updated Jul 20, 2018 0.24.0
ENH: Merge DataFrame and Series using on (GH21220) Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#21223 by KalyanGokhale was merged Jul 23, 2018 Loading… updated Jul 23, 2018
4 tasks done
0.24.0
ProTip! Exclude everything labeled bug with -label:bug.