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

COMPAT: remove some deprecation warnings in 3.6 Compat pandas objects compatability with Numpy or Python functions
#14681 by jreback was closed Nov 18, 2016 Loading… updated Nov 18, 2016 0.19.2
COMPAT: don't rely on dtype being False after numpy >= 1.13 Compat pandas objects compatability with Numpy or Python functions
#15200 by jreback was closed Jan 24, 2017 Loading… updated Jan 24, 2017 0.20.0
CLN: split off frozen (immutable) data structures into pandas/indexes/frozen.py Clean Compat pandas objects compatability with Numpy or Python functions
#15477 by jreback was closed Feb 24, 2017 Loading… updated Feb 24, 2017 0.20.0
msgpack supports CategoricalIndex Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions
#15493 by abast was closed Feb 24, 2017 Loading… updated Feb 24, 2017
4 tasks done
0.20.0
compatibility with scipy 0.19 Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
#15689 by zym1010 was closed Mar 15, 2017 Loading… updated Mar 16, 2017 0.20.0
COMPAT/TEST test, fix for unsafe Vector.resize(), which allows refche… Compat pandas objects compatability with Numpy or Python functions
#16258 by mattip was merged May 11, 2017 Loading… updated May 11, 2017 0.21.0
ENH: Adding 'protocol' parameter to '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
#16252 by jbschiratti was closed May 18, 2017 Loading… updated May 18, 2017 0.21.0
ENH: Support fspath protocol Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
#16301 by TomAugspurger was merged May 18, 2017 Loading… updated May 27, 2017 0.21.0
COMPAT: Consider Python 2.x tarfiles file-like Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv
#16533 by gfyoung was merged Jun 1, 2017 Loading… updated Jun 4, 2017 0.20.2
ENH - Modify Dataframe.select_dtypes to accept scalar values Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Enhancement
#16860 by Ffisegydd was merged Jul 10, 2017 Loading… updated Jul 10, 2017 0.21.0
Let _get_dtype accept Categoricals and CategoricalIndex Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
#16887 by topper-123 was merged Jul 13, 2017 Loading… updated Jul 13, 2017
1 task
0.21.0
COMPAT: Add back remove_na for seaborn Compat pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas
#16992 by gfyoung was merged Jul 17, 2017 Loading… updated Jul 17, 2017 0.21.0
COMPAT: np.full not available in all versions, xref #16773 Compat pandas objects compatability with Numpy or Python functions Sparse Sparse Data Type
#17000 by jreback was merged Jul 18, 2017 Loading… updated Jul 18, 2017 0.21.0
BUG: Large object array isin Bug Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations
#16969 by Morgan243 was closed Jul 18, 2017 Loading… updated Jul 18, 2017
4 tasks
0.21.0
BUG: Fix parser field type compatability on 32-bit systems. Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv
#17071 by jeffknupp was merged Jul 25, 2017 Loading… updated Jul 25, 2017
4 tasks
0.21.0
COMPAT: avoid calling getsizeof() on PyPy Compat pandas objects compatability with Numpy or Python functions
#17229 by mattip was closed Aug 15, 2017 Loading… updated Aug 15, 2017 0.21.0
ENH: Add warning when setting into nonexistent attribute Compat pandas objects compatability with Numpy or Python functions Error Reporting Incorrect or improved errors from pandas
#16951 by deniederhut was merged Aug 7, 2017 Loading… updated Aug 16, 2017
5 tasks
0.21.0
DEPS: set min versions Build Library building on various platforms Compat pandas objects compatability with Numpy or Python functions Dependencies Required and optional dependencies
#17002 by jreback was merged Aug 22, 2017 Loading… updated Aug 22, 2017 0.21.0
BUG: make order of index from pd.concat deterministic Compat pandas objects compatability with Numpy or Python functions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#17364 by toobaz was merged Aug 29, 2017 Loading… updated Aug 29, 2017
4 tasks done
0.21.0
COMPAT: followup to #17491 Compat pandas objects compatability with Numpy or Python functions
#17503 by jreback was merged Sep 13, 2017 Loading… updated Sep 15, 2017 0.21.0
BUG: remove tab completion for deprecated functions Compat pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas
#17683 by jreback was merged Sep 26, 2017 Loading… updated Sep 26, 2017 0.21.0
COMPAT: sum/prod on all nan will remain nan regardless of bottleneck install Compat pandas objects compatability with Numpy or Python functions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#17630 by jreback was merged Oct 10, 2017 Loading… updated Oct 10, 2017 0.21.0
BUG: Fix range dtype in Series/DataFrame constructor on Windows Bug Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
#17840 by jschendel was merged Oct 19, 2017 Loading… updated Oct 19, 2017
4 tasks done
0.21.0
Add timestamp method+test; closes #17329 Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
#17906 by jbrockmendel was merged Oct 27, 2017 Loading… updated Dec 11, 2017
4 tasks done
0.21.1
BUG: fix dtype of all-NaN MultiIndex level Compat pandas objects compatability with Numpy or Python functions MultiIndex
#17934 by toobaz was merged Oct 29, 2017 Loading… updated Oct 29, 2017
4 tasks done
0.23.0
ProTip! Filter pull requests by the default branch with base:main.