Metadata-Version: 1.1
Name: json_to_csv
Version: 1.2.9
Summary: A Python project to convert json to csv files
Home-page: https://github.com/animeshkj
Author: Animesh Kumar Jha
Author-email: jha.animeshjha@gmail.com
License: MIT
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
Keywords: data file conversion
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
