FalconEDA


NameFalconEDA JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryA Streamlit-based app for fast and interactive exploratory data analysis
upload_time2025-01-07 01:41:07
maintainerNone
docs_urlNone
authorRiley Heiman
requires_python>=3.7
licenseGNU General Public License v3.0 or later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #  FalconEDA 

FalconEDA is a Python-based exploratory data analysis (EDA) tool designed for quick and efficient data visualization and analysis. Built on **Streamlit**, it allows users to upload datasets and gain instant insights through interactive charts, data profiling, and more.

---

##  Features

- **Upload and Analyze**: Supports `.xlsx`, `.xls`, and `.csv` file uploads.
- **Data Profiling**: Automatically detect missing values, unique counts, and basic statistics.
- **Visual Insights**:
  - Histograms and boxplots for numerical columns.
  - Bar charts for categorical variables.
- **Interactive Interface**: Streamlit-powered dashboard for a seamless experience.

---

##  Installation

To get started, install FalconEDA and its dependencies:

1. Install the package:
   ```bash
   pip install FalconEDA
   ```


2. Run the following
    ```python
    import FalconEDA as EDA
    EDA.run()
    ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "FalconEDA",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Riley Heiman",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e7/a4/bfe3c2437a559671aed9d922adfa257b175db649171d43c52030e6b12800/falconeda-1.0.2.tar.gz",
    "platform": null,
    "description": "#  FalconEDA \r\n\r\nFalconEDA is a Python-based exploratory data analysis (EDA) tool designed for quick and efficient data visualization and analysis. Built on **Streamlit**, it allows users to upload datasets and gain instant insights through interactive charts, data profiling, and more.\r\n\r\n---\r\n\r\n##  Features\r\n\r\n- **Upload and Analyze**: Supports `.xlsx`, `.xls`, and `.csv` file uploads.\r\n- **Data Profiling**: Automatically detect missing values, unique counts, and basic statistics.\r\n- **Visual Insights**:\r\n  - Histograms and boxplots for numerical columns.\r\n  - Bar charts for categorical variables.\r\n- **Interactive Interface**: Streamlit-powered dashboard for a seamless experience.\r\n\r\n---\r\n\r\n##  Installation\r\n\r\nTo get started, install FalconEDA and its dependencies:\r\n\r\n1. Install the package:\r\n   ```bash\r\n   pip install FalconEDA\r\n   ```\r\n\r\n\r\n2. Run the following\r\n    ```python\r\n    import FalconEDA as EDA\r\n    EDA.run()\r\n    ```\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0 or later",
    "summary": "A Streamlit-based app for fast and interactive exploratory data analysis",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d7d601ed2cd65a79bd8b3e09cc896426a88b2277b233b2144f2a4f03bb591d9",
                "md5": "5f8089f5758ce9819c15d519bf7844b7",
                "sha256": "e5c5e590d4a9fae58962e90d3da955bb23a5e449bcdba076ddce885dd8c306d8"
            },
            "downloads": -1,
            "filename": "FalconEDA-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f8089f5758ce9819c15d519bf7844b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 22202,
            "upload_time": "2025-01-07T01:41:04",
            "upload_time_iso_8601": "2025-01-07T01:41:04.962190Z",
            "url": "https://files.pythonhosted.org/packages/4d/7d/601ed2cd65a79bd8b3e09cc896426a88b2277b233b2144f2a4f03bb591d9/FalconEDA-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7a4bfe3c2437a559671aed9d922adfa257b175db649171d43c52030e6b12800",
                "md5": "bb0be73c3651be013f9cc79154449726",
                "sha256": "8553d473397b51c7c49033f19e6304ef985ab471a29cf9a1d4d4c31258e9c005"
            },
            "downloads": -1,
            "filename": "falconeda-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bb0be73c3651be013f9cc79154449726",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21661,
            "upload_time": "2025-01-07T01:41:07",
            "upload_time_iso_8601": "2025-01-07T01:41:07.287445Z",
            "url": "https://files.pythonhosted.org/packages/e7/a4/bfe3c2437a559671aed9d922adfa257b175db649171d43c52030e6b12800/falconeda-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-07 01:41:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "falconeda"
}
        
Elapsed time: 0.69569s