-
- 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: Bug in .loc performing fallback integer indexing with object dtype indices (GH7496) API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame Bug Indexing Related to indexing on series/frames, not to indexes themselves
BUG: GH2763 fixed downcasting of groupby results on SeriesGroupBy Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby
BUG: replace iterrows with itertuples in sql insert (GH6509) Bug Dtype Conversions Unexpected or buggy dtype conversions IO SQL to_sql, read_sql, read_sql_query
BUG: Bug in Panel indexing with a multi-index axis (GH 7516) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
ENH/BUG: Period/PeriodIndex supports NaT Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
Fix for GH 6885 - get_dummies chokes on unicode values Bug Strings String extension data type and string data Unicode Unicode strings
BUG: Issue with groupby agg with a single function and a a mixed-type frame (GH6337) Bug Error Reporting Incorrect or improved errors from pandas Groupby
BUG: incorrect default in df.convert_objects was converting object types (#2909) Bug
#2910 by jreback was merged Feb 23, 2013 Loading… updated Jun 22, 2014
BUG: GH3109 fixed issues where passing an axis of 'columns' would fail Bug Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
Add test for core.nanops and fix several bugs in nanops Bug Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
ProTip! Filter pull requests by the default branch with base:main.