8000 pandas sum tricks · adrianhust/python_reference@9fc9d1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fc9d1e

Browse files
committed
pandas sum tricks
1 parent 4ac59a4 commit 9fc9d1e

File tree

2 files changed

+457
-1
lines changed

2 files changed

+457
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,16 @@
100100
###// Benchmarks
101101
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
102102

103-
*The benchmark category has been moved to a separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)*
103+
104+
- Simple tricks to speed up the sum calculation in pandas [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/pandas_sum_tricks.ipynb)]
105+
106+
<br>
107+
*More benchmarks can be found in the separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)*
104108

105109
**Featured articles**:
106110

111+
112+
107113
- (C)Python compilers - Cython vs. Numba vs. Parakeet [[IPython nb](http://nbviewer.ipython.org/github/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day4_2_cython_numba_parakeet.ipynb)]
108114

109115
- Just-in-time compilers for NumPy array expressions [[IPython nb](http://nbviewer.ipython.org/github/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day7_2_jit_numpy.ipynb)]

0 commit comments

Comments
 (0)
0