{ "info": { "author": "Animesh Kumar Jha", "author_email": "jha.animeshjha@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "Overview:\r\nThis project aims to convert a json file to a csv file\r\nThe json files in general don't follow any particular schema\r\nThis leads to some values being left blank as some documents may not contain that field\r\nWhile 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\r\nThis will help in getting an appropriate summary of the document for each column in the csv file\r\nThis project saves the raw and cleaned data files in the default working directories of python", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/animeshkj", "keywords": "data file conversion", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "json_to_csv", "package_url": "https://pypi.org/project/json_to_csv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/json_to_csv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/animeshkj" }, "release_url": "https://pypi.org/project/json_to_csv/1.2.9/", "requires_dist": null, "requires_python": null, "summary": "A Python project to convert json to csv files", "version": "1.2.9" }, "last_serial": 2004992, "releases": { "1.2.9": [ { "comment_text": "", "digests": { "md5": "8118291573a8a7ab22be03b4258b9eb2", "sha256": "5c8534d9d026b3702397143374f9372393ec71eecc1f2417b0f3b72ed6b08fa6" }, "downloads": -1, "filename": "json_to_csv-1.2.9.zip", "has_sig": false, "md5_digest": "8118291573a8a7ab22be03b4258b9eb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3848, "upload_time": "2016-03-13T22:15:08", "url": "https://files.pythonhosted.org/packages/62/a1/21b3f85616406ae5399166773aad8951425ebb5ed8aacc3b607b18e44750/json_to_csv-1.2.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8118291573a8a7ab22be03b4258b9eb2", "sha256": "5c8534d9d026b3702397143374f9372393ec71eecc1f2417b0f3b72ed6b08fa6" }, "downloads": -1, "filename": "json_to_csv-1.2.9.zip", "has_sig": false, "md5_digest": "8118291573a8a7ab22be03b4258b9eb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3848, "upload_time": "2016-03-13T22:15:08", "url": "https://files.pythonhosted.org/packages/62/a1/21b3f85616406ae5399166773aad8951425ebb5ed8aacc3b607b18e44750/json_to_csv-1.2.9.zip" } ] }