Metadata-Version: 1.1
Name: json2df
Version: 0.2
Summary: convert json data to Pandas DataFrame
Home-page: https://github.com/shichaoji/json2df
Author: Shichao(Richard) Ji
Author-email: jshichao@vt.edu
License: MIT
Description: 
        Json2df
        -------
        
        |PyPI version|
        
        json2df is a library batch processing a lists of json data (multiple
        instances of same structured json data) into Pandas DataFrame
        
        .. |PyPI version| image:: https://badge.fury.io/py/json2df.svg
           :target: https://badge.fury.io/py/json2df
        
        installation
        ~~~~~~~~~~~~
        
        ``$ pip install json2df``
        
        usage example
        ~~~~~~~~~~~~~
        
        https://github.com/shichaoji/json2df
        
Keywords: data,json,dataframe,python
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
