Metadata-Version: 2.1
Name: slide
Version: 0.0.2
Summary: A collection of utility functions to unify pandas-like dataframes behaviors
Home-page: http://github.com/fugue-project/pandasy
Author: Han Wang
Author-email: goodwanghan@gmail.com
License: Apache-2.0
Keywords: pandas sql
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: triad
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: numpy (>=1.19)
Provides-Extra: all
Requires-Dist: dask[dataframe] ; extra == 'all'
Requires-Dist: cloudpickle (>=1.4.0) ; extra == 'all'
Requires-Dist: modin[ray] ; extra == 'all'
Provides-Extra: dask
Requires-Dist: dask[dataframe] ; extra == 'dask'
Requires-Dist: cloudpickle (>=1.4.0) ; extra == 'dask'
Provides-Extra: ray
Requires-Dist: pandas (>=1.1.2) ; extra == 'ray'
Requires-Dist: modin[ray] (>=0.8.1.1) ; extra == 'ray'

# pandasy

[![GitHub release](https://img.shields.io/github/release/fugue-project/pandasy.svg)](https://GitHub.com/fugue-project/pandasy)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pandasy.svg)](https://pypi.python.org/pypi/pandasy/)
[![PyPI license](https://img.shields.io/pypi/l/pandasy.svg)](https://pypi.python.org/pypi/pandasy/)
[![PyPI version](https://badge.fury.io/py/pandasy.svg)](https://pypi.python.org/pypi/pandasy/)
[![Coverage Status](https://coveralls.io/repos/github/fugue-project/pandasy/badge.svg)](https://coveralls.io/github/fugue-project/pandasy)
[![Doc](https://readthedocs.org/projects/pandasy/badge)](https://pandasy.readthedocs.org)

[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://join.slack.com/t/fugue-project/shared_invite/zt-jl0pcahu-KdlSOgi~fP50TZWmNxdWYQ)

Utility collections for consistent SQL behaviors on different pandas-like dataframes


