Metadata-Version: 2.1
Name: feather-format
Version: 0.4.1
Summary: Simple wrapper library to the Apache Arrow-based Feather File Format
Home-page: http://github.com/wesm/feather
Author: Wes McKinney
Author-email: wesm@apache.org
License: Apache License, Version 2.0
Description: ## Python interface to the Apache Arrow-based Feather File Format
        
        Feather efficiently stores pandas DataFrame objects on disk. It depends on the
        Apache Arrow for Python
        
        ## Installing
        
        ```shell
        pip install feather-format
        ```
        
        pip users note: ``feather-format`` depends on ``pyarrow`` and may not be
        available on your platform via pip. If that does not work try conda-forge.
        
        From [conda-forge][1]:
        
        ```shell
        conda install feather-format -c conda-forge
        ```
        
        ## Limitations
        
        Some features of pandas are not supported in Feather:
        
        * Non-string column names
        * Row indexes
        * Object-type columns with non-homogeneous data
        
        [1]: https://conda-forge.github.io
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Cython
Description-Content-Type: text/markdown
