Metadata-Version: 2.1
Name: data_algebra
Version: 0.9.0
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 data manipulation languages at scale.  
        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.
        
        Currently the system is primarily adapted and testing for Pandas, Google BigQuery, PostgreSQL, SQLite, Spark, and
        MySQL.
        
        [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.
        
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: BigQuery
Provides-Extra: PostgreSQL
Provides-Extra: MySQL
Provides-Extra: Spark
Provides-Extra: all
