Metadata-Version: 1.1
Name: new-my-json
Version: 1.0.1
Summary: convert all the data to json
Home-page: UNKNOWN
Author: Animesh Kumar Jha
Author-email: animesh-kumar.jha@ucdconnect.ie
License: LICENSE.txt
Description: Overview:
        This project aims to convert a json file to a csv file
        The json files in general don't follow any particular schema
        This leads to some values being left blank as some documents may not contain that field
        While converting such files to comma separated files (csv), it is of utmost importance to consider filling up the null values with a mean value of that respectiuve column
        This will help in getting an appropriate summary of the document for each column in the csv file
        This project saves the raw and cleaned data files in the default working directories of python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
