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: Option to return -inf/inf as lower/upper bound of quantiles, see… Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#22097 by dberenbaum was closed Jul 30, 2018 Loading… updated Jul 30, 2018
3 of 4 tasks
ENH: Add support for excluding the index from Parquet files (GH20768) Enhancement IO Parquet parquet, feather
#22266 by dargueta was merged Sep 21, 2018 Loading… updated Sep 21, 2018
4 tasks done
0.24.0
WIP: Make weekday_name field in DatetimeIndex categorical Categorical Categorical Data Type Datetime Datetime data dtype Enhancement
#21177 by sivakar12 was closed Oct 11, 2018 Loading… updated Oct 11, 2018
2 of 4 tasks
BUG: Fix json_normalize throwing AttributeError (#21608) Enhancement IO JSON read_json, to_json, json_normalize
#21611 by vuminhle was closed Oct 11, 2018 Loading… updated Oct 11, 2018
3 of 4 tasks
BUG: Fix json_normalize when calling with list record_path (#21605) Enhancement IO JSON read_json, to_json, json_normalize
#21607 by vuminhle was closed Oct 11, 2018 Loading… updated Oct 11, 2018
4 tasks done
Shorter MultiIndex representation Enhancement MultiIndex Output-Formatting __repr__ of pandas objects, to_string
#21145 by topper-123 was closed Aug 26, 2018 Loading… updated Oct 27, 2018
4 tasks done
ENH: Allow for join between two multi-index dataframe instances Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20356 by harisbal was merged Nov 15, 2018 Loading… updated Nov 15, 2018 0.24.0
ENH: support NaT values into datetime series for interpolation (#11701) Datetime Datetime data dtype Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#21851 by atulagrwl was closed Nov 23, 2018 Loading… updated Nov 23, 2018
4 tasks
ENH: pivot/groupby index with nan (GH3729) Bug Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#21669 by andrewdalecramer was closed Nov 23, 2018 Loading… updated Nov 23, 2018
4 tasks done
PROPOSAL: use datetime64 and timedelta64 to eval Datetime Datetime data dtype Enhancement
#22063 by holymonson was closed Nov 26, 2018 Loading… updated Nov 26, 2018
ENH: Add Styler.pipe() method (#23229) Code Style Code style, linting, code_checks Enhancement
#23384 by nmusolino was merged Nov 28, 2018 Loading… updated Nov 28, 2018
4 tasks done
feat: Add support for encoding parameter on read_excel Enhancement IO Excel read_excel, to_excel
#23448 by mau21mau was closed Dec 23, 2018 Loading… updated Dec 23, 2018
4 tasks
DataFrame.corrwith() method now supports 'how', 'method' and 'min_periods' params Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#22622 by Mottl was closed Dec 26, 2018 Loading… updated Dec 26, 2018
3 tasks done
ENH: set accessor for Series (WIP) Dtype Conversions Unexpected or buggy dtype conversions Enhancement
#21547 by h-vetinari was closed Sep 25, 2018 Loading… updated Dec 26, 2018
F/rolling size Enhancement Window rolling, ewma, expanding
#24111 by bourbaki was closed Jan 5, 2019 Loading… updated Jan 5, 2019
4 tasks done
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… updated Jan 14, 2019
3 of 4 tasks
wrap urlopen with requests Enhancement IO CSV read_csv, to_csv
#21504 by ocefpaf was closed Dec 31, 2018 Loading… updated Feb 11, 2019
2 of 4 tasks
qcut: Option to return -inf/inf as lower/upper bound Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#22185 by dberenbaum was closed Mar 1, 2019 Loading… updated Mar 1, 2019
4 tasks done
Series.value_counts: Preserve original ordering Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#24302 by tomspur was closed Mar 19, 2019 Loading… updated Mar 19, 2019
4 of 5 tasks
ENH: numpy histogram bin edges in cut (GH 14627) Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#23567 by blalterman was closed Apr 10, 2019 Loading… updated Apr 10, 2019
3 tasks done
ENH: Support index=True for io.sql.get_schema Enhancement IO SQL to_sql, read_sql, read_sql_query
#25030 by vrajmohan was closed May 3, 2019 Loading… updated May 3, 2019
2 tasks done
ENH: Poisson exponential window Enhancement Window rolling, ewma, expanding
#26243 by rbenes was merged May 7, 2019 Loading… updated May 7, 2019
4 tasks done
0.25.0
ENH: Allow quantile to accept an int Enhancement Resample resample method
#26350 by dsaxton was closed May 13, 2019 Loading… updated May 13, 2019
ENH: better MultiIndex.__repr__ Enhancement MultiIndex Output-Formatting __repr__ of pandas objects, to_string
#22511 by topper-123 was merged Jun 19, 2019 Loading… updated Jun 19, 2019
3 tasks done
0.25.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.