pandas-profiling


Namepandas-profiling JSON
Version 3.6.6 PyPI version JSON
download
home_pagehttps://github.com/ydataai/pandas-profiling
SummaryDeprecated 'pandas-profiling' package, use 'ydata-profiling' instead
upload_time2023-01-31 11:18:17
maintainer
docs_urlNone
authorYData Labs Inc
requires_python>=3.7, <3.11
licenseMIT
keywords pandas data-science data-analysis python jupyter ipython
VCS
bugtrack_url
requirements scipy pandas matplotlib pydantic PyYAML jinja2 visions numpy htmlmin phik requests tqdm seaborn multimethod statsmodels typeguard imagehash wordcloud dacite numba
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pandas-profiling

---

⚠️ **`pandas-profiling` package naming was changed. To continue profiling data use [`ydata-profiling`](https://github.com/ydataai/ydata-profiling) instead!** 

This repo implements the brownout strategy for deprecating the pandas-profiling package on PyPI.⚠️

---


<p align="center"><img width="500" src="https://ydata-profiling.ydata.ai/docs/assets/logo_header.png" alt="Pandas Profiling Logo"></p>

### 🎊 New year, new face, more functionalities! 
> Thank you for using and following ``pandas-profiling`` developments. Yet, we have a new exciting feature - we are now thrilled to announce
> that <u>Spark</u> is now part of the Data Profiling family from version 4.0.0 onwards
> 
> With its introduction, there was also the need for a new naming, one that will allow to decouple the concept of profiling from the Pandas Dataframes - `ydata-profiling`! 
> 
> But fear not, `pip install pandas-profiling` will still be a valid for a while, and we will keep investing in growing the best open-source for data profiling, so you can use it for even more use cases.
# How to fix the error for the main use cases

- use `pip install ydata-profiling` rather than `pip install pandas-profiling`
- replace `pandas-profiling` by `ydata-profiling` in your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)
- if the `pandas-profiling` package is used by one of your dependencies it would be great if you take some time to track which package uses `pandas_profiling` instead of `ydata_profiling` for the imports

## Schedule for deprecation
- `ydata-profiling` was launched in February 1st. 
- `pip install pandas-profiling` will still be supported until **April 1st**, but a warning will be thrown. `from pandas_profiling import ProfileReport` will be supported until April 1st.
- After April 1st, an error will be thrown if `pip install pandas-profiling` is used. Use `pip install ydata-profiling` instead.
- After April 1st, an error will be thrown if `from pandas_profiling import ProfileReport` is used. Use `from ydata_profiling import ProfileReport` instead.


### About pandas-profiling
`pandas-profiling` primary goal is to provide a one-line Exploratory Data Analysis (EDA) experience in a consistent and fast solution. Like pandas `df.describe()` function, that is so handy, pandas-profiling delivers an extended analysis of a DataFrame while alllowing the data analysis to be exported in different formats such as **html** and **json**.

The package outputs a simple and digested analysis of a dataset, including **time-series** and **text**. 


<p align="center">
  <a href="https://pandas-profiling.ydata.ai/docs/master/">Documentation</a>
  |
  <a href="https://discord.com/invite/mw7xjJ7b7s">Discord</a>
  | 
  <a href="https://stackoverflow.com/questions/tagged/pandas-profiling">Stack Overflow</a>
  |
  <a href="https://pandas-profiling.ydata.ai/docs/master/pages/reference/changelog.html#changelog">Latest changelog</a>

</p>

<p align="center">
  Do you like this project? Show us your love and <a href="https://engage.ydata.ai">give feedback!</a>
</p>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ydataai/pandas-profiling",
    "name": "pandas-profiling",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <3.11",
    "maintainer_email": "",
    "keywords": "pandas data-science data-analysis python jupyter ipython",
    "author": "YData Labs Inc",
    "author_email": "opensource@ydata.ai",
    "download_url": "https://files.pythonhosted.org/packages/34/c0/cd405caab2739ced0161ef4f7bed55d73aaf6e0554b95f4dd21088d94710/pandas-profiling-3.6.6.tar.gz",
    "platform": null,
    "description": "# pandas-profiling\n\n---\n\n\u26a0\ufe0f **`pandas-profiling` package naming was changed. To continue profiling data use [`ydata-profiling`](https://github.com/ydataai/ydata-profiling) instead!** \n\nThis repo implements the brownout strategy for deprecating the pandas-profiling package on PyPI.\u26a0\ufe0f\n\n---\n\n\n<p align=\"center\"><img width=\"500\" src=\"https://ydata-profiling.ydata.ai/docs/assets/logo_header.png\" alt=\"Pandas Profiling Logo\"></p>\n\n### \ud83c\udf8a New year, new face, more functionalities! \n> Thank you for using and following ``pandas-profiling`` developments. Yet, we have a new exciting feature - we are now thrilled to announce\n> that <u>Spark</u> is now part of the Data Profiling family from version 4.0.0 onwards\n> \n> With its introduction, there was also the need for a new naming, one that will allow to decouple the concept of profiling from the Pandas Dataframes - `ydata-profiling`! \n> \n> But fear not, `pip install pandas-profiling` will still be a valid for a while, and we will keep investing in growing the best open-source for data profiling, so you can use it for even more use cases.\n# How to fix the error for the main use cases\n\n- use `pip install ydata-profiling` rather than `pip install pandas-profiling`\n- replace `pandas-profiling` by `ydata-profiling` in your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)\n- if the `pandas-profiling` package is used by one of your dependencies it would be great if you take some time to track which package uses `pandas_profiling` instead of `ydata_profiling` for the imports\n\n## Schedule for deprecation\n- `ydata-profiling` was launched in February 1st. \n- `pip install pandas-profiling` will still be supported until **April 1st**, but a warning will be thrown. `from pandas_profiling import ProfileReport` will be supported until April 1st.\n- After April 1st, an error will be thrown if `pip install pandas-profiling` is used. Use `pip install ydata-profiling` instead.\n- After April 1st, an error will be thrown if `from pandas_profiling import ProfileReport` is used. Use `from ydata_profiling import ProfileReport` instead.\n\n\n### About pandas-profiling\n`pandas-profiling` primary goal is to provide a one-line Exploratory Data Analysis (EDA) experience in a consistent and fast solution. Like pandas `df.describe()` function, that is so handy, pandas-profiling delivers an extended analysis of a DataFrame while alllowing the data analysis to be exported in different formats such as **html** and **json**.\n\nThe package outputs a simple and digested analysis of a dataset, including **time-series** and **text**. \n\n\n<p align=\"center\">\n  <a href=\"https://pandas-profiling.ydata.ai/docs/master/\">Documentation</a>\n  |\n  <a href=\"https://discord.com/invite/mw7xjJ7b7s\">Discord</a>\n  | \n  <a href=\"https://stackoverflow.com/questions/tagged/pandas-profiling\">Stack Overflow</a>\n  |\n  <a href=\"https://pandas-profiling.ydata.ai/docs/master/pages/reference/changelog.html#changelog\">Latest changelog</a>\n\n</p>\n\n<p align=\"center\">\n  Do you like this project? Show us your love and <a href=\"https://engage.ydata.ai\">give feedback!</a>\n</p>\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Deprecated 'pandas-profiling' package, use 'ydata-profiling' instead",
    "version": "3.6.6",
    "project_urls": {
        "Homepage": "https://github.com/ydataai/pandas-profiling"
    },
    "split_keywords": [
        "pandas",
        "data-science",
        "data-analysis",
        "python",
        "jupyter",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "accbf038b9b57c6edaaf6f4e400b0bb1d954bc08dc6bc61a4b0861acecd3789c",
                "md5": "5c17754958b92c4f5fcd59d868a051b2",
                "sha256": "69297626426358672ccbb357abbfea7fa35a7feda4388dd6377bd521d15cfaf2"
            },
            "downloads": -1,
            "filename": "pandas_profiling-3.6.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c17754958b92c4f5fcd59d868a051b2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7, <3.11",
            "size": 324362,
            "upload_time": "2023-01-31T11:18:15",
            "upload_time_iso_8601": "2023-01-31T11:18:15.367641Z",
            "url": "https://files.pythonhosted.org/packages/ac/cb/f038b9b57c6edaaf6f4e400b0bb1d954bc08dc6bc61a4b0861acecd3789c/pandas_profiling-3.6.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34c0cd405caab2739ced0161ef4f7bed55d73aaf6e0554b95f4dd21088d94710",
                "md5": "e570cb5e5326a92e77945bb6b5fa20af",
                "sha256": "1ef14a9cfa647ff95e13fd0b589f74897c0b078ef8ebcd44760b4031dcbf52a2"
            },
            "downloads": -1,
            "filename": "pandas-profiling-3.6.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e570cb5e5326a92e77945bb6b5fa20af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <3.11",
            "size": 253494,
            "upload_time": "2023-01-31T11:18:17",
            "upload_time_iso_8601": "2023-01-31T11:18:17.058319Z",
            "url": "https://files.pythonhosted.org/packages/34/c0/cd405caab2739ced0161ef4f7bed55d73aaf6e0554b95f4dd21088d94710/pandas-profiling-3.6.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 11:18:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ydataai",
    "github_project": "pandas-profiling",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.4.1"
                ],
                [
                    "<",
                    "1.12"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "!=",
                    "1.4.0"
                ],
                [
                    "<",
                    "3"
                ],
                [
                    ">",
                    "1.1"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "<",
                    "3.9"
                ],
                [
                    ">=",
                    "3.2"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    ">=",
                    "5.0.0"
                ],
                [
                    "<",
                    "6.1"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "<",
                    "3.2"
                ],
                [
                    ">=",
                    "2.11.1"
                ]
            ]
        },
        {
            "name": "visions",
            "specs": [
                [
                    "<",
                    "0.7.7"
                ],
                [
                    ">=",
                    "0.7.5"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "<",
                    "2"
                ],
                [
                    ">=",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "htmlmin",
            "specs": [
                [
                    "==",
                    "0.1.12"
                ]
            ]
        },
        {
            "name": "phik",
            "specs": [
                [
                    "<",
                    "0.13"
                ],
                [
                    ">=",
                    "0.11.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "<",
                    "3"
                ],
                [
                    ">=",
                    "2.24.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.48.2"
                ],
                [
                    "<",
                    "5"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    "<",
                    "0.14"
                ],
                [
                    ">=",
                    "0.10.1"
                ]
            ]
        },
        {
            "name": "multimethod",
            "specs": [
                [
                    "<",
                    "2"
                ],
                [
                    ">=",
                    "1.4"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    ">=",
                    "0.13.2"
                ],
                [
                    "<",
                    "1"
                ]
            ]
        },
        {
            "name": "typeguard",
            "specs": [
                [
                    "<",
                    "5"
                ],
                [
                    ">=",
                    "4.1.2"
                ]
            ]
        },
        {
            "name": "imagehash",
            "specs": [
                [
                    "==",
                    "4.3.1"
                ]
            ]
        },
        {
            "name": "wordcloud",
            "specs": [
                [
                    ">=",
                    "1.9.1"
                ]
            ]
        },
        {
            "name": "dacite",
            "specs": [
                [
                    ">=",
                    "1.8"
                ]
            ]
        },
        {
            "name": "numba",
            "specs": [
                [
                    ">=",
                    "0.56.0"
                ],
                [
                    "<",
                    "1"
                ]
            ]
        }
    ],
    "lcname": "pandas-profiling"
}
        
Elapsed time: 0.30797s