You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas.eval() for large dataframes, cpython function call overhead, np.int vs int (#226)
* pandas eval() with link, and func overhead
Mention pandas.eval() with link, and small talk discussion on python function call overhead (especially cpython < 3.11). Using pypy is not supported by many libraries, but it would probably be even faster for fibonacci.
Short mention about max numpy int and max python int
* Update pandas.rst
obj pandas.eval()
* Update pandas.rst
0 commit comments