Metadata-Version: 2.0
Name: json2df
Version: 0.1.4.1
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
Download-URL: https://github.com/shichaoji/json2df/archive/0.1.1.tar.gz
Description-Content-Type: UNKNOWN
Keywords: data,json,dataframe,python
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: pandas

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


