dfhelper


Namedfhelper JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/kodurd/dfhelper
Summarydfhelper is a Python package that simplifies data preprocessing and visualization in Jupyter Notebooks.
upload_time2024-10-19 14:28:54
maintainerNone
docs_urlNone
authorkodurd
requires_python>=3.9
licenseNone
keywords preprocessing visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🛠️ dfhelper
___

## What is this?

Dfhelper is a versatile Python package that streamlines data preprocessing and visualization in Jupyter Notebooks. 
With intuitive functions for cleaning and transforming pandas DataFrames and the ability to render them as interactive 
HTML tables, this toolkit is an essential addition to any data scientist's arsenal. Simplify your data analysis process 
and gain clearer insights with dfhelper.
---

## Quick installation
```
!pip install dfhelper
```

## Main functionality
1) Output date frames in HTML. This is extremely useful when working with multiple selections
2) Output in HTML df.info() multiple dataframes
3) Output the size of the date frames in html.
4) The ability to display dataframes vertically and horizontally
5) Functions for summarizing the date of Ephraim, created for conducting EDA
---

## Quick Guide
```python
import pandas as pd
from dfhelper.viz import df_view, df_info_view, df_shape_view
from dfhelper.scout import summarize_df, summarize_dfs


# viz
df1 = pd.DataFrame(
            {"A": [1, 0, 0, None],
             "B": [1, 1, 2, 2],
             "C": [None, None, None, None]}
        )

df2 = pd.DataFrame(
            {"A": [1, 5, 0, 10],
             "B": [1, 1, 2, 2],
             "C": [None, 4, 16, 101]}
        )

# Output of two dataframes
df_view(df1, df2)
# Output information about two dataframes
df_info_view(df1, df2)
# Output of the sizes of two dataframes
df_shape_view(df1, df2)

# scount
# Table of the main characteristics of the dataframe
summarize_df(df1)
# Displaying the main characteristics of dataframes
summarize_dfs(df1, df2)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kodurd/dfhelper",
    "name": "dfhelper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "preprocessing visualization",
    "author": "kodurd",
    "author_email": "koldunov.eduard1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/8a/adbabf0bb390d63dcd4a9d1bd20b24d2cd763caae56552a72f56dbe07e3f/dfhelper-0.0.4.tar.gz",
    "platform": null,
    "description": "# \ud83d\udee0\ufe0f dfhelper\r\n___\r\n\r\n## What is this?\r\n\r\nDfhelper is a versatile Python package that streamlines data preprocessing and visualization in Jupyter Notebooks. \r\nWith intuitive functions for cleaning and transforming pandas DataFrames and the ability to render them as interactive \r\nHTML tables, this toolkit is an essential addition to any data scientist's arsenal. Simplify your data analysis process \r\nand gain clearer insights with dfhelper.\r\n---\r\n\r\n## Quick installation\r\n```\r\n!pip install dfhelper\r\n```\r\n\r\n## Main functionality\r\n1) Output date frames in HTML. This is extremely useful when working with multiple selections\r\n2) Output in HTML df.info() multiple dataframes\r\n3) Output the size of the date frames in html.\r\n4) The ability to display dataframes vertically and horizontally\r\n5) Functions for summarizing the date of Ephraim, created for conducting EDA\r\n---\r\n\r\n## Quick Guide\r\n```python\r\nimport pandas as pd\r\nfrom dfhelper.viz import df_view, df_info_view, df_shape_view\r\nfrom dfhelper.scout import summarize_df, summarize_dfs\r\n\r\n\r\n# viz\r\ndf1 = pd.DataFrame(\r\n            {\"A\": [1, 0, 0, None],\r\n             \"B\": [1, 1, 2, 2],\r\n             \"C\": [None, None, None, None]}\r\n        )\r\n\r\ndf2 = pd.DataFrame(\r\n            {\"A\": [1, 5, 0, 10],\r\n             \"B\": [1, 1, 2, 2],\r\n             \"C\": [None, 4, 16, 101]}\r\n        )\r\n\r\n# Output of two dataframes\r\ndf_view(df1, df2)\r\n# Output information about two dataframes\r\ndf_info_view(df1, df2)\r\n# Output of the sizes of two dataframes\r\ndf_shape_view(df1, df2)\r\n\r\n# scount\r\n# Table of the main characteristics of the dataframe\r\nsummarize_df(df1)\r\n# Displaying the main characteristics of dataframes\r\nsummarize_dfs(df1, df2)\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "dfhelper is a Python package that simplifies data preprocessing and visualization in Jupyter Notebooks.",
    "version": "0.0.4",
    "project_urls": {
        "GitHub": "https://github.com/kodurd/dfhelper",
        "Homepage": "https://github.com/kodurd/dfhelper"
    },
    "split_keywords": [
        "preprocessing",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c73145ae57926a732338573c285a220ea66e2a273d3383c926284886e3a96e0",
                "md5": "dbd36bac71c75a63796c5aa2e8ad9940",
                "sha256": "e457f113f9471347248c7d5ea74d1142454d9c0fe565ae8b09e29e863cbcf0cc"
            },
            "downloads": -1,
            "filename": "dfhelper-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dbd36bac71c75a63796c5aa2e8ad9940",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8712,
            "upload_time": "2024-10-19T14:28:51",
            "upload_time_iso_8601": "2024-10-19T14:28:51.010455Z",
            "url": "https://files.pythonhosted.org/packages/4c/73/145ae57926a732338573c285a220ea66e2a273d3383c926284886e3a96e0/dfhelper-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f28aadbabf0bb390d63dcd4a9d1bd20b24d2cd763caae56552a72f56dbe07e3f",
                "md5": "d56a197e319c9a1de64a0fca87997aaa",
                "sha256": "4c3935e96608a90581ef083c619b74664bbcc12fa58d85111db10dc7c3061ea9"
            },
            "downloads": -1,
            "filename": "dfhelper-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d56a197e319c9a1de64a0fca87997aaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8037,
            "upload_time": "2024-10-19T14:28:54",
            "upload_time_iso_8601": "2024-10-19T14:28:54.488072Z",
            "url": "https://files.pythonhosted.org/packages/f2/8a/adbabf0bb390d63dcd4a9d1bd20b24d2cd763caae56552a72f56dbe07e3f/dfhelper-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-19 14:28:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kodurd",
    "github_project": "dfhelper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dfhelper"
}
        
Elapsed time: 0.90964s