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

ENH: Accept callable for skiprows in read_csv Enhancement IO CSV read_csv, to_csv
#15059 by gfyoung was closed Jan 14, 2017 Loading… updated Jan 14, 2017 0.20.0
ENH: Create and propagate UInt64Index Dtype Conversions Unexpected or buggy dtype conversions Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#14937 by gfyoung was closed Jan 17, 2017 Loading… updated Jan 18, 2017 0.20.0
Apply fontsize to both x- and y-axis tick labels Visualization plotting
#15161 by cbrnr was merged Jan 20, 2017 Loading… updated Jan 20, 2017
4 tasks done
BUG: Fix for GH #14848 for groupby().describe() with tuples as the Index Bug Groupby Indexing Related to indexing on series/frames, not to indexes themselves
#15110 by Dr-Irv was closed Jan 13, 2017 Loading… updated Jan 13, 2017
1 task done
0.20.0
BUG: Fix for .str.replace with repl function Bug Strings String extension data type and string data
#15056 by hzpc-joostk was closed Jan 23, 2017 Loading… updated Jan 24, 2017
4 tasks done
0.20.0
Fix bug in window function count should count anything non-null Bug Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15196 by mralgos was closed Jan 24, 2017 Loading… updated Jan 24, 2017
4 tasks done
0.20.0
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
ENH: Explicit range checking when writing Stata Bug IO Stata read_stata, to_stata
#14637 by bashtage was closed Nov 17, 2016 Loading… updated Nov 17, 2016
4 tasks done
0.19.2
CLN: remove deprecated google-analytics module (GH11308) Clean Deprecate Functionality to remove in pandas
#15223 by jorisvandenbossche was merged Jan 25, 2017 Loading… updated Jan 25, 2017 0.20.0
BUG: Support empty dict-likes in replace() Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15294 by ExpHP was closed Feb 2, 2017 Loading… updated Feb 2, 2017
4 tasks done
0.20.0
CLN: reorg pandas/io/json to sub-dirs Clean IO JSON read_json, to_json, json_normalize
#15322 by jreback was closed Feb 6, 2017 Loading… updated Feb 7, 2017 0.20.0
BUG: encode filepaths on windows in 3.6 Bug Windows Windows OS
#15092 by JGoutin was closed Jan 31, 2017 Loading… updated Feb 7, 2017
BUG: Multiline Eval broken for local variables after first line Bug Numeric Operations Arithmetic, Comparison, and Logical operations
#15343 by stephenrauch was closed Feb 9, 2017 Loading… updated Feb 9, 2017
4 tasks done
0.20.0
TST: remove nose Testing pandas testing functions or related to the test suite
#15368 by jreback was closed Feb 11, 2017 Loading… updated Feb 11, 2017 0.20.0
Numexpr 2.4.6 Dependencies Required and optional dependencies
#15383 by FrancescAlted was closed Feb 15, 2017 Loading… updated Feb 15, 2017
3 tasks done
0.20.0
TST: Parametrize simple yield tests Testing pandas testing functions or related to the test suite
#15406 by QuLogic was closed Feb 16, 2017 Loading… updated Feb 20, 2017
2 of 4 tasks
0.20.0
DOC: Link CONTRIBUTING.md to contributing.rst Docs
#15451 by gfyoung was merged Feb 21, 2017 Loading… updated Feb 21, 2017 0.20.0
ENH union_categoricals supports ignore_order GH13410 Categorical Categorical Data Type Enhancement
#15219 by js3711 was closed Feb 22, 2017 Loading… updated Feb 22, 2017 0.20.0
BUG: Categorical.unique() preserves categories Categorical Categorical Data Type Groupby
#15439 by kernc was closed Feb 22, 2017 Loading… updated Feb 22, 2017
4 tasks done
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
Rank categorical Bug Categorical Categorical Data Type
#15422 by jeetjitsu was closed Feb 24, 2017 Loading… updated Feb 25, 2017
4 tasks
0.20.0
DOC: fix doc build warnings Docs
#15505 by jorisvandenbossche was merged Feb 25, 2017 Loading… updated Feb 25, 2017 0.20.0
BUG: Parse two date columns broken in read_csv with multiple headers Bug IO CSV read_csv, to_csv
#15378 by stephenrauch was closed Feb 27, 2017 Loading… updated Feb 27, 2017
4 tasks done
0.20.0
TST: DataFrame.hist() does not get along with matplotlib.pyplot.tight_layout() Testing pandas testing functions or related to the test suite Visualization plotting
#15515 by ResidentMario was merged Feb 27, 2017 Loading… updated Feb 27, 2017
4 tasks
0.20.0
ProTip! Filter pull requests by the default branch with base:main.