{ "info": { "author": "Urev Oleg", "author_email": "urevolegg@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "Description\n===========\n\nRequirements\n------------\n\n* python >= 3.6\n* numpy >= 1.16\n* pandas >= 0.23\n* matplotlib >= 3.02\n* IPython >= 7.2.0\n\n------------\n\nModule, provides the function _view_, which displays general information on the data:\n - Result of method info()\n - Result of method describe()\n - for numeric / categorical variables - The number of nulls in the data (amount and percentage for each column)\n - grid of histograms for numeric variables\n - Top-5 of the most frequent categorical variables (for each)\n\nParameters (function view):\n * d - table with data\n * only_numeric - True / False, default: True. True - information output only by numerical variables, False - information output by numerical and categorical variables.\n * full_stats - True / False, default: False. False - output information on numerical variables without interquartile range, data boundaries without outliers, True - complete output with IQR, min and max by IQR and amount of outliers.\n * histograms - True / False, default: True. True - output with building histograms for numerical variables, False - without building histograms\n\nTop-5 elements of categorical variables\n\n The postfix (_name / _count) is assigned to the name of the data column to create top-5 elements table. :\n - __name_ - category name\n - __count_ - number of unique elements in this category. If there are less than 5 unique elements, then the values \u200b\u200bin the _count field are filled -1\n\nInstall\n-------\n\t$ pip install data_view\n\nUsage\n-----\n\n $ python3\n\n from data_view import *\n\n d = pd.DataFrame(np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9]]), columns=['a', 'b', 'c'])\n\n view(d, only_numeric=True, histograms=False)\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "data-view", "package_url": "https://pypi.org/project/data-view/", "platform": "", "project_url": "https://pypi.org/project/data-view/", "project_urls": null, "release_url": "https://pypi.org/project/data-view/0.1.0/", "requires_dist": [ "pandas", "numpy", "matplotlib", "ipython" ], "requires_python": "", "summary": "Automated view of dataset", "version": "0.1.0" }, "last_serial": 5723781, "releases": { "0.0.8": [ { "comment_text": "", "digests": { "md5": "0ceca8a5ff10b4bdec06150466c834da", "sha256": "88c6828127379cf9c6a855366d41f07dd6854d6732f80bf2e62aa1d3ecdb11f4" }, "downloads": -1, "filename": "data_view-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "0ceca8a5ff10b4bdec06150466c834da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3788, "upload_time": "2019-08-21T10:04:24", "url": "https://files.pythonhosted.org/packages/55/4e/b5c4a52499d44ddbaf687799d010d6860f15ae0a7da5d709ad58b56a6d7d/data_view-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41a4d12adfeaada5ec15f3fd1a0c09bd", "sha256": "f94f78cf37d9011d442452615245c5f8bfa796fd1eb4928136dec1d32998f51f" }, "downloads": -1, "filename": "data-view-0.0.8.tar.gz", "has_sig": false, "md5_digest": "41a4d12adfeaada5ec15f3fd1a0c09bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3607, "upload_time": "2019-08-21T10:04:25", "url": "https://files.pythonhosted.org/packages/1c/8d/5c65a0e54091fea1ace984a9cdfb2657cfa8ab52d65cb22f885f97c23146/data-view-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "2ae8b0706bb4ccabacf4dabfa7be4781", "sha256": "83d1d5747fa930438a37b597d4b23a603797051bdda0bcab32abe3895ff3219d" }, "downloads": -1, "filename": "data_view-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "2ae8b0706bb4ccabacf4dabfa7be4781", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3850, "upload_time": "2019-08-21T10:30:15", "url": "https://files.pythonhosted.org/packages/f1/92/4f07383e83f07a45017b2e9bd728c7bd2694e76e2549e110b15e599a0629/data_view-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "091fcb3367b6487cbb6dde35308a454a", "sha256": "229dba042e784f830e5992c3242ad629892928fe22c17a12f8e690d1adae12f3" }, "downloads": -1, "filename": "data-view-0.0.9.tar.gz", "has_sig": false, "md5_digest": "091fcb3367b6487cbb6dde35308a454a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3701, "upload_time": "2019-08-21T10:30:17", "url": "https://files.pythonhosted.org/packages/14/4f/c051bcbf16eda228e781bbd113d0673ac4c18ad414a4b9f9a87687ec3d48/data-view-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "27d21039fc4d126f9815fe459e75c4a0", "sha256": "ea4f337868e721d8dae5d9a601047500ec82a20a042b4e870800f0091b39c256" }, "downloads": -1, "filename": "data_view-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "27d21039fc4d126f9815fe459e75c4a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3835, "upload_time": "2019-08-24T06:00:52", "url": "https://files.pythonhosted.org/packages/fd/dd/788ac5e77ae30d0a9031936861d246e08c4878287249de3b68ceea137f7e/data_view-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21bfb29e99d32e929eab479340724eca", "sha256": "94dbe706269880bcbf467ff2b940cb5ad80c796a8b03f2ae93c257a5f8fa5405" }, "downloads": -1, "filename": "data-view-0.1.0.tar.gz", "has_sig": false, "md5_digest": "21bfb29e99d32e929eab479340724eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3692, "upload_time": "2019-08-24T06:00:54", "url": "https://files.pythonhosted.org/packages/06/d8/c9dea10c671daf724344a0bdc7206d1265e3dec7abac16d19c1845041e9e/data-view-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27d21039fc4d126f9815fe459e75c4a0", "sha256": "ea4f337868e721d8dae5d9a601047500ec82a20a042b4e870800f0091b39c256" }, "downloads": -1, "filename": "data_view-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "27d21039fc4d126f9815fe459e75c4a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3835, "upload_time": "2019-08-24T06:00:52", "url": "https://files.pythonhosted.org/packages/fd/dd/788ac5e77ae30d0a9031936861d246e08c4878287249de3b68ceea137f7e/data_view-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21bfb29e99d32e929eab479340724eca", "sha256": "94dbe706269880bcbf467ff2b940cb5ad80c796a8b03f2ae93c257a5f8fa5405" }, "downloads": -1, "filename": "data-view-0.1.0.tar.gz", "has_sig": false, "md5_digest": "21bfb29e99d32e929eab479340724eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3692, "upload_time": "2019-08-24T06:00:54", "url": "https://files.pythonhosted.org/packages/06/d8/c9dea10c671daf724344a0bdc7206d1265e3dec7abac16d19c1845041e9e/data-view-0.1.0.tar.gz" } ] }