Metadata-Version: 1.0
Name: Datat
Version: 1.1.0
Summary: Intuitive data tables, with translation to R data frames.
Home-page: http://packages.python.org/Datat/
Author: Thomas Kluyver
Author-email: takowl@gmail.com
License: UNKNOWN
Description: A *datat* is an intuitive 2D data table, inspired by R's "data frames".
              
              Datats can hold rows in a sequence (behaving like a Python list), or by name (behaving like a Python dictionary). They can be saved to, and loaded from, CSV files, and translated into an R data frame using rpy2_.
              
              For more details, see the `user guide`_.
              
              .. _rpy2: http://pypi.python.org/pypi/rpy2
              .. _user guide: http://packages.python.org/Datat/
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
