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

BUG: float truncation in eval with py 2 Bug Compat pandas objects compatability with Numpy or Python functions
#14255 by chris-b1 was closed Sep 22, 2016 Loading… updated Sep 22, 2016
4 tasks done
0.19.0
Categoricals hash consistently Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions
#15143 by jcrist was closed Jan 18, 2017 Loading… updated Jan 18, 2017 0.20.0
Add __copy__ and __deepcopy__ to NDFrame Compat pandas objects compatability with Numpy or Python functions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15444 by bmcfee was closed Feb 20, 2017 Loading… updated Feb 20, 2017
4 tasks
0.20.0
Subclassed reshape Compat pandas objects compatability with Numpy or Python functions
#15564 by delgadom was closed Mar 8, 2017 Loading… updated Mar 9, 2017
4 tasks done
add compression support for 'read_pickle' and 'to_pickle' Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label
#13317 by goldenbull was closed Mar 9, 2017 Loading… updated Mar 9, 2017 0.20.0
Unary plus operator (Issue #16073) Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
#16106 by wuisawesome was closed Aug 1, 2017 Loading… updated Aug 1, 2017
4 tasks done
Make pd.Period immutable Compat pandas objects compatability with Numpy or Python functions Period Period data type
#17239 by jbrockmendel was merged Aug 24, 2017 Loading… updated Aug 24, 2017
4 tasks
0.21.0
BUG: numpy.split on non-UTC changes original time (#14042) Bug Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
#17255 by wooyekim was closed Oct 29, 2017 Loading… updated Oct 29, 2017
4 tasks done
ENH: to_datetime support iso week year (16607) Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
#16661 by rosygupta was closed Nov 23, 2017 Loading… updated Nov 23, 2017
4 tasks done
DEPS: Added tz keyword to to_datetime function, deprecates utc Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Deprecate Functionality to remove in pandas
#17413 by harpolea was closed Dec 10, 2017 Loading… updated Dec 10, 2017
4 tasks done
BUG: duplicate indexing with embedded non-orderables (#17610) Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves
#18609 by gloryfromca was closed Dec 21, 2017 Loading… updated Dec 21, 2017
4 tasks done
0.23.0
BUG: Series.is_unique has extra output if contains objects with __ne__ defined Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves
#20691 by Dr-Irv was merged Apr 15, 2018 Loading… updated Apr 15, 2018
4 tasks done
0.23.0
Emit warning for missing labels in Multiindex.loc[[...]] (and more) Bug Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#20770 by toobaz was merged May 1, 2018 Loading… updated May 1, 2018
6 tasks done
0.23.0
BUG: type aliasing is not allowed to be compared using isinstance() Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
#21098 by adamabk was merged May 17, 2018 Loading… updated May 19, 2018
2 of 4 tasks
0.23.1
API/COMPAT: support axis=None for logical reduction (reduce over all axes) Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
#21486 by TomAugspurger was merged Jun 26, 2018 Loading… updated Jul 2, 2018
4 tasks done
0.23.2
CLN: Remove Legacy MultiIndex Index Compatibility Clean Compat pandas objects compatability with Numpy or Python functions MultiIndex Testing pandas testing functions or related to the test suite
#21740 by elmq0022 was merged Jul 27, 2018 Loading… updated Jul 27, 2018
4 tasks done
0.24.0
BUG: use internal linkage (static variables) in move.c Bug Compat pandas objects compatability with Numpy or Python functions
#24113 by llllllllll was merged Dec 6, 2018 Loading… updated Dec 6, 2018
3 of 4 tasks
0.24.0
BUG: Support to create DataFrame from list subclasses Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
#21238 by mitar was merged Dec 15, 2018 Loading… updated Dec 15, 2018
4 tasks done
0.24.0
BUG: Infer compression by default in read_fwf() (#22199) Bug Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
#22200 by NasaGeek was merged Dec 27, 2018 Loading… updated Dec 27, 2018
3 of 4 tasks
0.24.0
ENH: to_datetime support iso week year (16607) Updated Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
#24844 by RjLi13 was closed Mar 5, 2019 Loading… updated Mar 5, 2019
4 tasks done
BUG: fix to_timestamp out_of_bounds Compat pandas objects compatability with Numpy or Python functions Period Period data type
#27916 by jbrockmendel was merged Aug 20, 2019 Loading… updated Aug 20, 2019
4 of 5 tasks
0.25.1
COMPAT: remove Categorical pickle compat with Pandas < 0.16 Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
#27538 by topper-123 was merged Sep 19, 2019 Loading… updated Sep 19, 2019
3 of 5 tasks
1.0.0
fix unnecessary sort in pd.read_json and orient="index" Compat pandas objects compatability with Numpy or Python functions IO JSON read_json, to_json, json_normalize
#28606 by KimDoubleB was merged Oct 9, 2019 Loading… updated Oct 11, 2019
5 tasks done
1.0.0
Mypy fix/io sql Compat pandas objects compatability with Numpy or Python functions IO SQL to_sql, read_sql, read_sql_query Testing pandas testing functions or related to the test suite Typing type annotations, mypy/pyright type checking
#28979 by aaditya-panik was closed Oct 15, 2019 Loading… updated Oct 15, 2019
2 of 3 tasks
ENH: Show column name in assert_frame_equal Compat pandas objects compatability with Numpy or Python functions
#29218 by moi90 was merged Jan 7, 2020 Loading… updated Jan 9, 2020
3 of 5 tasks
1.0.0
ProTip! Mix and match filters to narrow down what you’re looking for.