quick-pandas 0.1.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

quickpandas 0.1.5

quick-pandas
Make pandas run faster with a single monkey_patch call.
Install
pip install quick-pandas --upgrade

Usage
import pandas as pd
from quick_pandas import monkey
monkey.patch_all()

df = pd.DataFrame(data=[1])
df.sort_values(kind='radixsort', by=0)

Notice
This library is still under development and is unstable. Do NOT use it unless you know what you are doing.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.