# MGD_Outliers
MGD_Outliers is an open-source Python package for detecting and analyzing outliers in data. The package provides a class, OutlierNinja, which can be used to detect outliers in numerical data, and provides several methods to analyze and visualize the detected outliers in quick and efficient manner.
# Current version
version 0.1.4
# Installation
You can install MGD_Outliers using pip:
pip install MGD_Outliers
# Usage
To use the OutlierNinja class in MGD_Outliers, you first need to import the package:
from MGD_Outliers import OutlierNinja
Then, you have to create an instance of the OutlierNinja class:
outliers = OutlierNinja(limit_factor=1.5) # 1.5 is a default value, you can change it as per your project requirement
Then, you need to train this object using a dataframe object
outliers.fit(data)
Once the OutlierNinja object is trained, you can sit back, relax with your favorite drink and call its methods and attributes like a true data ninja.
For example, you can use the detect_outliers method to locate outliers in the data:
outliers.detect_outliers(column_name='age')
You can also use the plot_outlier_count method to plot barplot of the columns:
outliers.plot_outlier_count()
For a full list of methods available in the OutlierNinja class, see the documentation. I hope you find this package helpful. So, let the OutlierNinja package do the hard work, while you sip on your drink and reap the benefits of a well-optimized dataset.
# License
This package is licensed under the Apache License 2.0. See the LICENSE file for more information.
# Contributing
If you find any bugs or issues with MGD_Outliers, or if you have any suggestions for new features, please open an issue on GitHub. If you would like to contribute to the development of MGD_Outliers, please fork the repository and submit a pull request.
Raw data
{
"_id": null,
"home_page": "",
"name": "MGD-Outliers",
"maintainer": "",
"docs_url": null,
"requires_python": ">= 3.9.7",
"maintainer_email": "",
"keywords": "python,dataframe,outlier,outliers,inter quartile range,plot outliers,count outliers,data processing,drop outliers",
"author": "Mayur Dushetwar",
"author_email": "<mdushetwar@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/fc/3f/134003890d20262ce1ae15dad6f89171a101f9028521ad865112d3ce505d/MGD_Outliers-0.1.4.tar.gz",
"platform": null,
"description": "\n# MGD_Outliers\nMGD_Outliers is an open-source Python package for detecting and analyzing outliers in data. The package provides a class, OutlierNinja, which can be used to detect outliers in numerical data, and provides several methods to analyze and visualize the detected outliers in quick and efficient manner.\n\n# Current version\n version 0.1.4\n\n# Installation\n\nYou can install MGD_Outliers using pip:\n\n pip install MGD_Outliers\n \n\n# Usage\n\nTo use the OutlierNinja class in MGD_Outliers, you first need to import the package:\n\n from MGD_Outliers import OutlierNinja\n \n\nThen, you have to create an instance of the OutlierNinja class:\n\n outliers = OutlierNinja(limit_factor=1.5) # 1.5 is a default value, you can change it as per your project requirement\n \n\nThen, you need to train this object using a dataframe object\n\n outliers.fit(data)\n\n\nOnce the OutlierNinja object is trained, you can sit back, relax with your favorite drink and call its methods and attributes like a true data ninja. \nFor example, you can use the detect_outliers method to locate outliers in the data:\n\n outliers.detect_outliers(column_name='age')\n \n\nYou can also use the plot_outlier_count method to plot barplot of the columns:\n\n outliers.plot_outlier_count()\n\n\nFor a full list of methods available in the OutlierNinja class, see the documentation. I hope you find this package helpful. So, let the OutlierNinja package do the hard work, while you sip on your drink and reap the benefits of a well-optimized dataset.\n\n\n# License\nThis package is licensed under the Apache License 2.0. See the LICENSE file for more information.\n\n\n# Contributing\nIf you find any bugs or issues with MGD_Outliers, or if you have any suggestions for new features, please open an issue on GitHub. If you would like to contribute to the development of MGD_Outliers, please fork the repository and submit a pull request.\n\n\n\n\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "MGD_Outliers is a Pypyththon package for identifying and visualizing outliers in a DataFrame.",
"version": "0.1.4",
"split_keywords": [
"python",
"dataframe",
"outlier",
"outliers",
"inter quartile range",
"plot outliers",
"count outliers",
"data processing",
"drop outliers"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "07dea3147660c461c1b1277b9f1becb34b6fb2c198ee905f93ea8eecf5e8c45a",
"md5": "e0613b894b4429e7feaf83485fd4ea6c",
"sha256": "c1240647edc77d79164f4718279fdcfc3ed8c8753fe894f015d2ae2c97fedcdd"
},
"downloads": -1,
"filename": "MGD_Outliers-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e0613b894b4429e7feaf83485fd4ea6c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">= 3.9.7",
"size": 9943,
"upload_time": "2023-04-23T06:18:53",
"upload_time_iso_8601": "2023-04-23T06:18:53.315586Z",
"url": "https://files.pythonhosted.org/packages/07/de/a3147660c461c1b1277b9f1becb34b6fb2c198ee905f93ea8eecf5e8c45a/MGD_Outliers-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc3f134003890d20262ce1ae15dad6f89171a101f9028521ad865112d3ce505d",
"md5": "e17844b27fe0115d4f20ce0917431d08",
"sha256": "7b46b3345c0cfe8a58cea72e960d56c8082704ef89891d265b9fc885f2cb9eb8"
},
"downloads": -1,
"filename": "MGD_Outliers-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "e17844b27fe0115d4f20ce0917431d08",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">= 3.9.7",
"size": 9772,
"upload_time": "2023-04-23T06:18:55",
"upload_time_iso_8601": "2023-04-23T06:18:55.859624Z",
"url": "https://files.pythonhosted.org/packages/fc/3f/134003890d20262ce1ae15dad6f89171a101f9028521ad865112d3ce505d/MGD_Outliers-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-23 06:18:55",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "mgd-outliers"
}