-
- 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: parsing multi-column headers in read_csv (GH6051) Bug IO CSV read_csv, to_csv
#6170 by waitingkuo was closed Jan 18, 2015 Loading…
BUG: GH10355 groupby std() doesnt sqrt grouping cols Bug Groupby
#11507 by henrystokeley was closed Jan 6, 2016 Loading…
BUG: GH13629 Binned groupby median function calculates median on empt… Bug Categorical Categorical Data Type Groupby
#14225 by paul-mannino was merged Sep 18, 2016 Loading…
BUG: Series ops with a rhs of a Timestamp raising exception (#2898) Bug Enhancement
#2899 by jreback was merged Feb 23, 2013 Loading…
BUG: Fix subtraction with timezone Series Bug Timezones Timezone data dtype
#12302 by gfyoung was closed Feb 12, 2016 Loading…
BUG: GH10355 groupby std() no longer sqrts grouping cols Bug Groupby
#11300 by henrystokeley was closed Nov 5, 2015 Loading…
BUG: fix pivot_table with multiple aggregations per column and margins=True #12210 Bug
#16721 by waynebliu was closed Jun 29, 2017 Loading…
2 of 4 tasks
BUG: Fix Categorical comparsion with Series of dtype 'category' Bug Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions
#16667 by funnycrab was closed Dec 10, 2017 Loading…
4 tasks
BUG: Fixed bug in len(DataFrame.groupby) causing IndexError when there's a NaN-only column (issue11016) Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#11030 by terrytangyuan was closed Sep 9, 2015 Loading…
BUG: Right result for DatetimeIndex + TimeDelta when timezone is set(… Bug Timedelta Timedelta data type Timezones Timezone data dtype
#13935 by conquistador1492 was closed Dec 30, 2016 Loading…
4 tasks done
BUG: fix Panel.fillna() ignoring axis parameter (re-submission) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#11445 by stahlous was closed Jan 20, 2016 Loading…
BUG: matplotlib inset-axis #10407 Bug Visualization plotting
#11065 by d1manson was closed Nov 15, 2015 Loading…
BUG: Missing date formatting parameters Bug IO Excel read_excel, to_excel Stale
#53284 by arthurpeixotomelo was closed Jun 19, 2023 Loading…
Fix minor spacing issue Bug Output-Formatting __repr__ of pandas objects, to_string
#14196 by chiroptical was closed Oct 27, 2016 Loading…
3 of 4 tasks
BUG: downcast = 'unsigend' on 0 would would not downcast to unsigned. Bug Dtype Conversions Unexpected or buggy dtype conversions
#14472 by verhalenn was closed Oct 25, 2016 Loading…
4 tasks
GH #14499 Panel.ffill ignores axis parameter and fill along axis=1 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#14528 by Tux1 was closed Mar 20, 2017 Loading…
4 tasks done
BUG: fixed .abs on Series with a timedelta (partial fix for 2957) Bug
#2958 by jreback was merged Mar 6, 2013 Loading…
BUG: #10445 cannot add DataFrame to empty Panel Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#10462 by Garrett-R was closed Oct 11, 2015 Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:main.