Metadata-Version: 2.1
Name: plydata
Version: 0.4.2
Summary: Functions for manipulating Data in Python
Home-page: https://github.com/has2k1/plydata
Maintainer: Hassan Kibirige
Maintainer-email: has2k1@gmail.com
License: BSD (3-clause)
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
Requires-Dist: pandas (<1.1.0)


plydata
=======

plydata is a library that provides a grammar for data manipulation.
The grammar consists of verbs that can be applied to pandas
dataframes or database tables. It is based on the R package dplyr


