Metadata-Version: 2.1
Name: data_algebra
Version: 0.7.1
Summary: data_algebra is a data manipulation language that can both generate SQL queries and work on Pandas DataFrames. 
Home-page: https://github.com/WinVector/data_algebra
Author: John Mount
Author-email: jmount@win-vector.com
License: License :: OSI Approved :: BSD 3-clause License
Description: 
        [data_algebra](https://github.com/WinVector/data_algebra) is a piped data wrangling system
        based on Codd's relational algebra and experience working with dplyr at scale, and a general 
        data record transform engine.  The primary purpose of the package is to support an easy to 
        compose and maintain grammar of data processing steps that in turn can be used to generate
        database specific SQL. The package also implements the same transforms for Pandas DataFrames.
        
        [R](https://www.r-project.org) versions of the system are available as 
        the [rquery](https://github.com/WinVector/rquery) and 
        [rqdatatable](https://github.com/WinVector/rqdatatable) packages.
        
        Recommended packages include: sqlparse, black, and graphviz.
        
Platform: any
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
Provides-Extra: pretty_python
Provides-Extra: pretty_sql
Provides-Extra: diagram
Provides-Extra: BigQuery
Provides-Extra: all
