[![CD/CI](https://github.com/DiogoCarapito/mimufs/actions/workflows/cdci.yaml/badge.svg)](https://github.com/DiogoCarapito/mimufs/actions/workflows/cdci.yaml)
![PyPI Latest Release](https://img.shields.io/pypi/v/mimufs.svg)
# mimufs
**mimufs** is a python library with tools for data processing and analysis in **Portuguese Prymary Health Care**.
It has a set of functions to facilitate data processing from *MIM@UF* and *BI-CSP* plataforms. It also has a set of functions to facilitate data analysis and visualization.
## Installation
To install mimufs, run this command in your project's terminal:
```bash
pip install mimufs
```
or in your jupyter notebook:
```python
!pip install mimufs
```
## Usage
### medico()
```python
import pandas as pd
from mimufs.processing import medico
df = medico(df, column="Médico Familia")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/DiogoCarapito/mimufs",
"name": "mimufs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<3.12",
"maintainer_email": "",
"keywords": "business intelligence,primary care,data science,medicine",
"author": "Diogo Carapito",
"author_email": "diogo.carapito@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/73/f7/3c3f57fc5199b72c77f1a748e4c1cf56229b772acce2b297761170c244b7/mimufs-0.1.1.tar.gz",
"platform": null,
"description": "[![CD/CI](https://github.com/DiogoCarapito/mimufs/actions/workflows/cdci.yaml/badge.svg)](https://github.com/DiogoCarapito/mimufs/actions/workflows/cdci.yaml)\n![PyPI Latest Release](https://img.shields.io/pypi/v/mimufs.svg)\n\n# mimufs\n\n**mimufs** is a python library with tools for data processing and analysis in **Portuguese Prymary Health Care**.\nIt has a set of functions to facilitate data processing from *MIM@UF* and *BI-CSP* plataforms. It also has a set of functions to facilitate data analysis and visualization.\n\n## Installation\nTo install mimufs, run this command in your project's terminal:\n```bash\npip install mimufs\n```\nor in your jupyter notebook:\n```python\n!pip install mimufs\n```\n\n## Usage\n\n### medico()\n\n```python\nimport pandas as pd\nfrom mimufs.processing import medico\n\ndf = medico(df, column=\"M\u00e9dico Familia\")\n\n```\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Mim@uf and BI-CSP Library for Portuguese Primary Care",
"version": "0.1.1",
"project_urls": {
"Bug Reports": "https://github.com/DiogoCarapito/mimufs/issues",
"Homepage": "https://github.com/DiogoCarapito/mimufs",
"Source": "https://github.com/DiogoCarapito/mimufs"
},
"split_keywords": [
"business intelligence",
"primary care",
"data science",
"medicine"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1f29e9492297a1ff0a0a0d9eace4437f9abe1193494287b40e7106e6c2389a8a",
"md5": "24922bbee742e1d198db8b9aa425030f",
"sha256": "80464ec92f95d70339fcb134686227ebed2c7b47acd743e1a3dcc103acecdf73"
},
"downloads": -1,
"filename": "mimufs-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "24922bbee742e1d198db8b9aa425030f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<3.12",
"size": 8247,
"upload_time": "2024-02-12T17:36:16",
"upload_time_iso_8601": "2024-02-12T17:36:16.040347Z",
"url": "https://files.pythonhosted.org/packages/1f/29/e9492297a1ff0a0a0d9eace4437f9abe1193494287b40e7106e6c2389a8a/mimufs-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "73f73c3f57fc5199b72c77f1a748e4c1cf56229b772acce2b297761170c244b7",
"md5": "c53c265c2279bf9ac99b8cd686f0f6a0",
"sha256": "a851238be383b43de55161b04da794e2413a059b53a861f1100708ce9a0c656c"
},
"downloads": -1,
"filename": "mimufs-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "c53c265c2279bf9ac99b8cd686f0f6a0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<3.12",
"size": 7702,
"upload_time": "2024-02-12T17:36:17",
"upload_time_iso_8601": "2024-02-12T17:36:17.762894Z",
"url": "https://files.pythonhosted.org/packages/73/f7/3c3f57fc5199b72c77f1a748e4c1cf56229b772acce2b297761170c244b7/mimufs-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-12 17:36:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DiogoCarapito",
"github_project": "mimufs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mimufs"
}