Metadata-Version: 2.1
Name: unitable
Version: 0.0.2
Summary: A data analysis environment that unites the best features of pandas, R, Stata, and others.
Home-page: https://github.com/mhowison/unitable
Author: Mark Howison
Author-email: mark@howison.org
License: BSD
Keywords: data,data analysis,data frame,data science
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Provides: unitable
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas

# Unitable

Unitable is a data analysis environment that unites the best features of pandas, R, Stata, and others.
It is designed around the idea of a simple, global data frame that can be manipulated with minimal
code (a "universal table"), but with the extensibility and flexibility of the Python programming language
and the PyData suite (pandas, numpy, and scipy).

The initial prototype release is mainly focused on manipulating the universal table.

## License

3-Clause BSD (see LICENSE.md)

## Authors

Mark Howison  
[http://mark.howison.org](http://mark.howison.org)
