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: allow dataframe get to take an axis argument Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#11550 by nbonnotte was closed Nov 13, 2015 Loading…
allow rename to work with any Mapping, not just dict Compat pandas objects compatability with Numpy or Python functions Enhancement
#11461 by jab was closed Nov 25, 2015 Loading…
ENH: add optional ddof param to DataFrame.cov() Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#16227 by edhalter was closed Oct 29, 2017 Loading…
3 of 4 tasks
ENH : First attempt to add sparse_pivot Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#14510 by yupbank was closed Dec 16, 2016 Loading…
4 tasks
ENH: numexpr on boolean frames Enhancement Performance Memory or execution speed performance
#2925 by jreback was merged Mar 9, 2013 Loading…
ENH : Allow to_sql to recognize single sql type #11886 Enhancement IO SQL to_sql, read_sql, read_sql_query
#12053 by RahulHP was closed Jun 25, 2016 Loading…
ENH: add empty() methods for DataFrame and Series DataFrame DataFrame data structure Enhancement Series Series data structure
#12291 by gfyoung was closed Feb 11, 2016 Loading…
Fix #12695 : RangeIndex generated with pd.concat with ignore_index as True Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#12696 by AnkurDedania was closed Apr 10, 2016 Loading…
1 of 4 tasks
ENH: Read from compressed data sources Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label
#11677 by khs26 was closed Jan 20, 2016 Loading…
add support for specifying secondary indexes with to_sql Enhancement IO SQL to_sql, read_sql, read_sql_query
#12904 by trbs was closed Feb 1, 2017 Loading…
wide table support Enhancement IO HDF5 read_hdf, HDFStore
#10243 by hhuuggoo was closed Nov 25, 2015 Loading…
ENH: support Akima 1D interpolation Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#11496 by stahlous was closed Jan 20, 2016 Loading…
gh9084_get_schema_index_parameter Enhancement IO SQL to_sql, read_sql, read_sql_query
#12973 by trbs was closed Feb 1, 2017 Loading…
WIP: add multi-multi index support to join Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#8898 by thorwhalen was closed May 9, 2015 Loading…
Implement Categorical.searchsorted(v, side, sorter) Categorical Categorical Data Type Enhancement
#8928 by stevesimmons was closed Dec 3, 2014 Loading…
ENH: Add prefix parameters for join method. API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#8197 by onesandzeroes was closed May 9, 2015 Loading…
WIP/API/ENH: IntervalIndex API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Interval Interval data type
#8707 by shoyer was closed Sep 9, 2016 Loading…
20 of 35 tasks
is_list_like() for to_excel, fixes #8188. Dtype Conversions Unexpected or buggy dtype conversions Enhancement IO Excel read_excel, to_excel
#9181 by hunterowens was closed May 9, 2015 Loading…
(WIP)ENH: plot now supports cycler Enhancement Visualization plotting
#12547 by sinhrks was closed May 6, 2017 Loading…
2 of 6 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.