-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
ENH: Have pivot and pivot_table take similar arguments API Design Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: All args and kwargs to generic expanding/rolling apply. API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH/BUG: allow single versus multi-index joining on inferred level (GH3662) Enhancement MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH/BUG: allow single versus multi-index joining on inferred level (GH3662) API Design Enhancement MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
PERF/API: concat improvements API Design Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
2
ENH: Preserve .names in df.set_index(df.index) API Design MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Allow update to use an on keyword. Allow one to many update. Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
PERF: Quick Shift Implementation (GH5609) Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG/API Raise ValueError for non-unique stack by name Error Reporting Incorrect or improved errors from pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG/ENH: Add how kwarg to rolling_* functions [fix #6297] API Design Bug Datetime Datetime data dtype Frequency DateOffsets Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Implement Panel pct_change API Design Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: pivot_table can now accept Grouper API Design Groupby Reshaping Concat, Merge/Join, Stack/Unstack, Explode
API/DEPR: Match Panel.shift()'s signature to generic API Design Deprecate Functionality to remove in pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#6928 by TomAugspurger was merged Apr 22, 2014 Loading…
adding left and right view to DataFrame, equivalent to head() and tail() API Design Output-Formatting __repr__ of pandas objects, to_string Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: tzinfo lost when concatenating multiindex arrays Bug MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
BUG: Bug in Panel.apply with a multi-index as an axis (GH7469) Bug MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Fix for passing multiple ints as levels in DataFrame.stack() (#7660) Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Performance improvements for nunique method. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: reset_index with MultiIndex contains PeriodIndex raises ValueError Bug MultiIndex Period Period data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.