Metadata-Version: 2.1
Name: swifter
Version: 1.4.0
Summary: A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
Home-page: https://github.com/jmcarpenter2/swifter
Download-URL: https://github.com/jmcarpenter2/swifter/archive/1.4.0.tar.gz
Author: Jason Carpenter
Author-email: jcarpenter@manifold.ai
Keywords: pandas,dask,apply,function,parallelize,vectorize
License-File: LICENSE
Requires-Dist: pandas >=1.0.0
Requires-Dist: psutil >=5.6.6
Requires-Dist: dask[dataframe] >=2.10.0
Requires-Dist: tqdm >=4.33.0
Provides-Extra: groupby
Requires-Dist: ray >=1.0.0 ; extra == 'groupby'
Provides-Extra: notebook
Requires-Dist: ipywidgets >=7.0.0 ; extra == 'notebook'

