-
- 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
BUG/REG: fix float64index -> mixed float assignment Bug Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
BUG: do not remove temporaries from eval/query scope Bug Regression Functionality that used to work in a prior pandas version
REGR: Regression in datetimelike slice indexing with a duplicated index and non-exact end-points (GH7523) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
BUG: Regression in join of non_unique_indexes (GH6329) Bug Regression Functionality that used to work in a prior pandas version
BUG/REG: fix float64index -> mixed float assignment Bug Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
PERF: groupby / frame apply optimization Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
BUG: regression in groupby with a pass thru multiindex on axis=1 (GH7997) Categorical Categorical Data Type Groupby Regression Functionality that used to work in a prior pandas version
BUG/REGR: bool-like Indexes not properly coercing to object (GH8522) Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
BUG: bug in Float/Int index with ndarray for add/sub numeric ops (GH8608) Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version
Fix unrecognized 'Z' UTC designator Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
BUG: scatter with errorbar raises IndexError Regression Functionality that used to work in a prior pandas version Visualization plotting
Fix unrecognized 'Z' UTC designator Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
BUG: fix Series.plot label setting Regression Functionality that used to work in a prior pandas version Visualization plotting
BUG: closes bug in BinGrouper.group_info where returned values are not compatible with base class Regression Functionality that used to work in a prior pandas version Resample resample method
BUG: Exception when setting a major- or minor-axis slice of a Panel with RHS a DataFrame Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
PERF: nested dict DataFrame construction Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
REGR: change in output formatting for long floats/nan, #11302 Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
REGR: Regression in .clip with tz-aware datetimes #11838 Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
BUG: date_range breaks with tz-aware start/end dates and closed intervals #12409 Regression Functionality that used to work in a prior pandas version Timezones Timezone data dtype
BUG: groupby apply on selected columns yielding scalar (GH13568) Bug Groupby Regression Functionality that used to work in a prior pandas version
#13585 by jorisvandenbossche was merged Jul 11, 2016 Loading… updated Jul 11, 2016 0.19.0
4 tasks done
BUG: GH14323 Union of differences from DatetimeIndex incorrect Bug Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
BUG/API: info repr should honor display.max_info_columns Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
BUG: regression in DataFrame.combine_first with integer columns (GH14687) Bug Regression Functionality that used to work in a prior pandas version
PERF: fix getitem unique_check / initialization issue Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
REGR: assure .unique of mixed strings does not stringize Regression Functionality that used to work in a prior pandas version
Previous Next
ProTip! Filter pull requests by the default branch with base:main.