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

Performance improvements for nunique method. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#7784 by lexual was closed Jan 25, 2015 Loading… updated Jan 25, 2015 0.16.0
PERF: nunique perf improved by using len(unique) rather than value_counts Performance Memory or execution speed performance
#9364 by gtnx was closed Jan 28, 2015 Loading… updated Jan 28, 2015 0.16.0
PERF: performance improvements in multi-key groupby Groupby Performance Memory or execution speed performance
#9429 by behzadnouri was merged Feb 7, 2015 Loading… updated Feb 7, 2015 0.16.0
BUG: Fix not to reindex on non-Categorical groups (GH9049) Numeric Operations Arithmetic, Comparison, and Logical operations Performance Memory or execution speed performance
#9177 by ledmonster was merged Feb 10, 2015 Loading… updated Feb 11, 2015 0.16.0
PERF: Cython optimizations for period module, round one Performance Memory or execution speed performance Period Period data type
#9504 by blbradley was merged Mar 1, 2015 Loading… updated Mar 1, 2015 0.16.0
PERF: performance improvement in MultiIndex.sortlevel MultiIndex Performance Memory or execution speed performance
#9445 by behzadnouri was merged Feb 16, 2015 Loading… updated Mar 5, 2015 0.16.0
PERF: improves performance and memory usage of DataFrame.duplicated Performance Memory or execution speed performance
#9398 by behzadnouri was closed Mar 3, 2015 Loading… updated Mar 8, 2015 0.16.0
PERF: improve perf of writing csv's with datetimes IO CSV read_csv, to_csv Performance Memory or execution speed performance
#9940 by jreback was merged Apr 20, 2015 Loading… updated Apr 20, 2015 0.16.1
Speed up max_len_string_array Enhancement Performance Memory or execution speed performance
#10024 by cpcloud was merged Apr 30, 2015 Loading… updated Apr 30, 2015 0.16.1
RangeIndex as default index API Design Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#9999 by ARF1 was closed May 2, 2015 Loading… updated May 2, 2015
BUG: declare and use self.unique_check API Design Performance Memory or execution speed performance
#9526 by toobaz was closed May 9, 2015 Loading… updated May 9, 2015
PERF: astype(str) on object dtypes GH8732 Performance Memory or execution speed performance Strings String extension data type and string data
#8971 by vikram was closed May 9, 2015 Loading… updated May 14, 2015
ENH: Series.resample performance with datetime64[ns] #7754 Datetime Datetime data dtype Performance Memory or execution speed performance
#10057 by scari was merged May 12, 2015 Loading… updated Jun 2, 2015 0.16.2
add numba example to enhancingperf.rst Docs Performance Memory or execution speed performance
#10257 by jreback was merged Jun 3, 2015 Loading… updated Jun 3, 2015 0.16.2
PERF: write basic datetimes faster IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
#10271 by jreback was merged Jun 4, 2015 Loading… updated Jun 4, 2015 0.16.2
PERF: increase performance of str_split when returning a frame Performance Memory or execution speed performance Strings String extension data type and string data
#10090 by cgevans was merged Jun 5, 2015 Loading… updated Jun 5, 2015 0.16.2
ENH: Enable ExcelWriter to construct in-memory sheets Bug IO Excel read_excel, to_excel Performance Memory or execution speed performance
#10376 by bashtage was merged Jun 20, 2015 Loading… updated Jun 20, 2015 0.17.0
PERF: parse and timedelta ops improvements, #6755 Performance Memory or execution speed performance Timedelta Timedelta data type
#10396 by jreback was merged Jun 22, 2015 Loading… updated Jun 22, 2015 0.17.0
PERF: improved performance of multiindex slicing MultiIndex Performance Memory or execution speed performance
#10290 by jreback was merged Jun 24, 2015 Loading… updated Jun 24, 2015 0.17.0
PERF: releasing the GIL, #8882 Performance Memory or execution speed performance
#10199 by jreback was merged Jun 30, 2015 Loading… updated Jun 30, 2015 0.17.0
Improve categorical concat speed by ~20x Categorical Categorical Data Type Enhancement Performance Memory or execution speed performance
#10597 by cpcloud was merged Jul 17, 2015 Loading… updated Jul 17, 2015 0.17.0
Start python3 compatibility Performance Memory or execution speed performance
#9686 by rockg was closed Jul 28, 2015 Loading… updated Jul 28, 2015 0.17.0
BUG: Repeated time-series plot causes memory leak Performance Memory or execution speed performance Visualization plotting
#9814 by sinhrks was merged Jul 29, 2015 Loading… updated Aug 3, 2015 0.17.0
PERF: BlockPlacement.copy() speed-up Performance Memory or execution speed performance
#10073 by ARF1 was closed Aug 5, 2015 Loading… updated Aug 5, 2015
PERF: add initial asv config and vbench->asv conversion script Performance Memory or execution speed performance
#9715 by qwhelan was merged Aug 19, 2015 Loading… updated Aug 19, 2015 0.17.0
ProTip! Follow long discussions with comments:>50.