# Pyzohar
### Introduction
- Pyzohar is a Python package for data manipulation.
### Main features
- Basic data pre-processing between different types.
- Pandas.DataFrame manipulating.
- Data input and output between localDisc, mongodb, mysql, httpRequests, etc.
- Fast modelling.
### Reference
- See [package Reference here](https://zoharslong.com/#/pyzohar).
### Examples
Install
```cmd
> pip install pyzohar
```
Import package
```python
from pyzohar import dfz
lst_mpt = [{'A':1,'B':2},{'A':3,'B':4}]
dfz_tst = dfz(dts=lst_mpt, lcn={'fld':'./doc_smp','fls':'txt_tst.xlsx'})
dfz_tst.lcl_xpt() # send lst_mpt into path './doc_smp/txt_tst.xlsx'
```
> Use pyzohar.dfz to output data into hard disc.
### update 1.16
- Alter lcl_mpt
### update 1.15
- Update OpenpyxlWriter
### update 1.14
- Support 'xlsm'
### update 1.13
- Alter api_prx for auto userAgent changing
- Alter io export to excel method
### update 1.12
- Alter spider
### update 1.10
- Add new slot for generating pptx
### update 1.08
- Fixed bugs about misusing on pandas.Series.to_dict
Raw data
{
"_id": null,
"home_page": "https://zoharslong.com/#/pyzohar",
"name": "pyzohar",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "data pre-processing",
"author": "zoharslong",
"author_email": "zoharslong@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/0b/5f/e4f4659cb38b9811677a8e035c8f6f6e12ce958a1ee74e95825a85bcea7e/pyzohar-0.1.16.tar.gz",
"platform": null,
"description": "# Pyzohar \r\n\r\n### Introduction\r\n - Pyzohar is a Python package for data manipulation. \r\n\r\n### Main features \r\n - Basic data pre-processing between different types. \r\n - Pandas.DataFrame manipulating. \r\n - Data input and output between localDisc, mongodb, mysql, httpRequests, etc. \r\n - Fast modelling. \r\n\r\n### Reference \r\n - See [package Reference here](https://zoharslong.com/#/pyzohar). \r\n\r\n### Examples \r\nInstall\r\n```cmd\r\n> pip install pyzohar\r\n```\r\n\r\nImport package\r\n```python\r\nfrom pyzohar import dfz\r\nlst_mpt = [{'A':1,'B':2},{'A':3,'B':4}]\r\ndfz_tst = dfz(dts=lst_mpt, lcn={'fld':'./doc_smp','fls':'txt_tst.xlsx'})\r\ndfz_tst.lcl_xpt() # send lst_mpt into path './doc_smp/txt_tst.xlsx'\r\n```\r\n> Use pyzohar.dfz to output data into hard disc. \r\n\r\n### update 1.16\r\n - Alter lcl_mpt\r\n### update 1.15\r\n - Update OpenpyxlWriter\r\n### update 1.14\r\n - Support 'xlsm'\r\n### update 1.13\r\n - Alter api_prx for auto userAgent changing\r\n - Alter io export to excel method\r\n### update 1.12\r\n - Alter spider\r\n### update 1.10\r\n - Add new slot for generating pptx\r\n### update 1.08 \r\n - Fixed bugs about misusing on pandas.Series.to_dict\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "a private package on data pre-processing.",
"version": "0.1.16",
"project_urls": {
"Homepage": "https://zoharslong.com/#/pyzohar"
},
"split_keywords": [
"data",
"pre-processing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4b1a4f72e55f5715c9792ced3ce1e8cf3ab8a2c8af176696a48d068d93cdc1bc",
"md5": "e7d76cb4bb60175f8d6a7946adc82c8b",
"sha256": "bb69793bf1e0c0cc182acb811261fb5e6629588b5ef8c69b810c59e15093ccaf"
},
"downloads": -1,
"filename": "pyzohar-0.1.16-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e7d76cb4bb60175f8d6a7946adc82c8b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 79879,
"upload_time": "2024-12-05T15:57:35",
"upload_time_iso_8601": "2024-12-05T15:57:35.608235Z",
"url": "https://files.pythonhosted.org/packages/4b/1a/4f72e55f5715c9792ced3ce1e8cf3ab8a2c8af176696a48d068d93cdc1bc/pyzohar-0.1.16-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0b5fe4f4659cb38b9811677a8e035c8f6f6e12ce958a1ee74e95825a85bcea7e",
"md5": "d70ec9e39dfa0a18fa2a0d2b842606d8",
"sha256": "2eb0576ac4362a28589f73bd33ef0b1bb09772e793d3a9d8fc2da87fb3651da4"
},
"downloads": -1,
"filename": "pyzohar-0.1.16.tar.gz",
"has_sig": false,
"md5_digest": "d70ec9e39dfa0a18fa2a0d2b842606d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 77744,
"upload_time": "2024-12-05T15:57:37",
"upload_time_iso_8601": "2024-12-05T15:57:37.713852Z",
"url": "https://files.pythonhosted.org/packages/0b/5f/e4f4659cb38b9811677a8e035c8f6f6e12ce958a1ee74e95825a85bcea7e/pyzohar-0.1.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 15:57:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyzohar"
}