Name | pybaseanal JSON |
Version |
0.1.1
JSON |
| download |
home_page | |
Summary | A package to import basic libraries and perform basic data analysis. |
upload_time | 2024-02-13 10:16:52 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.6 |
license | |
keywords |
python
pandas
numpy
basic libraries
null analysis
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pybaseanal
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/)
## Functionality of the pybaseanal
- Importing basic libraries at once
- Perform basic data processing
> - Null analysis
> - Graph plots
> - Data type conversion
## Usage
- To read dataframe
- To perform EDA
- To annalyse the null
```
pip install pybaseanal
```
##### For functionality
- null_Analysis(data_df, null_Cuttoff = 25, headcount = 5)
- plot_categorical_frequency(df, output_path='cat_graph.docx')
- convert_columns_to_preferred_types(df)
- generate_visualizations_and_report(df, output_path='output.docx')
## Note
- Please drop your suggestions on pydev@phaf.in
## More Information
- Visit [pybaseanal.phaf.in](http://pybaseanal.phaf.in)
Raw data
{
"_id": null,
"home_page": "",
"name": "pybaseanal",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "python,pandas,numpy,basic libraries,Null analysis",
"author": "",
"author_email": "Ateendra Jha <ajha@phaf.in>",
"download_url": "https://files.pythonhosted.org/packages/d9/b9/ec5ba0835236087cf48ec9c1e56882a0c4415249309e438c5dc46426b684/pybaseanal-0.1.1.tar.gz",
"platform": null,
"description": "# pybaseanal\r\n\r\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) \r\n[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/) \r\n\r\n## Functionality of the pybaseanal\r\n\r\n- Importing basic libraries at once\r\n- Perform basic data processing \r\n> - Null analysis\r\n> - Graph plots\r\n> - Data type conversion\r\n\r\n## Usage\r\n- To read dataframe\r\n- To perform EDA\r\n- To annalyse the null\r\n\r\n```\r\npip install pybaseanal\r\n```\r\n##### For functionality\r\n- null_Analysis(data_df, null_Cuttoff = 25, headcount = 5)\r\n- plot_categorical_frequency(df, output_path='cat_graph.docx')\r\n- convert_columns_to_preferred_types(df)\r\n- generate_visualizations_and_report(df, output_path='output.docx')\r\n\r\n## Note \r\n- Please drop your suggestions on pydev@phaf.in \r\n\r\n## More Information\r\n- Visit [pybaseanal.phaf.in](http://pybaseanal.phaf.in)\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A package to import basic libraries and perform basic data analysis.",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://www.drateendrajha.com/projects/pybaseanal",
"Issues": "https://www.drateendrajha.com/projects/pybaseanal"
},
"split_keywords": [
"python",
"pandas",
"numpy",
"basic libraries",
"null analysis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6b436d67590c0b695751d0b2c7bb80ff64f619a9405f1cfce18e703781ffc791",
"md5": "b806e8972a5c83bc27d78c0825ff151c",
"sha256": "bc1c70af8935190d82c476accb42f7b5ff63f8d5da06bd4f577b51e63c7758b2"
},
"downloads": -1,
"filename": "pybaseanal-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b806e8972a5c83bc27d78c0825ff151c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 5905,
"upload_time": "2024-02-13T10:16:50",
"upload_time_iso_8601": "2024-02-13T10:16:50.704118Z",
"url": "https://files.pythonhosted.org/packages/6b/43/6d67590c0b695751d0b2c7bb80ff64f619a9405f1cfce18e703781ffc791/pybaseanal-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d9b9ec5ba0835236087cf48ec9c1e56882a0c4415249309e438c5dc46426b684",
"md5": "a18caee968ec6036e3f30173ef38245a",
"sha256": "260dcef8c0d9b7dcdeacdcb0ef803c5038cdce6d538ccadd83ca3c76f379fc5a"
},
"downloads": -1,
"filename": "pybaseanal-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "a18caee968ec6036e3f30173ef38245a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5608,
"upload_time": "2024-02-13T10:16:52",
"upload_time_iso_8601": "2024-02-13T10:16:52.542543Z",
"url": "https://files.pythonhosted.org/packages/d9/b9/ec5ba0835236087cf48ec9c1e56882a0c4415249309e438c5dc46426b684/pybaseanal-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-13 10:16:52",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pybaseanal"
}