BigEDA


NameBigEDA JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/FabioScielzoOrtiz/EDA_Package
SummaryThis is a package to carry out Exploratory Data Analysis, allowing to work with Big Data.
upload_time2024-05-16 21:19:58
maintainerNone
docs_urlNone
authorFabio Scielzo Ortiz
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a package to carry out Exploratory Data Analysis, allowing to work on Big Data.

We are currently working to develop the package.

Usage:

```python
pip install BigEDA --upgrade
```

```python
import BigEDA
from BigEDA import package_status
```

```python
package_status()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FabioScielzoOrtiz/EDA_Package",
    "name": "BigEDA",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Fabio Scielzo Ortiz",
    "author_email": "fabioscielzo98@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/7d/e1f976a4514e88f4e525c3bfed74dce853ead5cb3a4915d4b0cf9cec1098/bigeda-0.0.7.tar.gz",
    "platform": null,
    "description": "This is a package to carry out Exploratory Data Analysis, allowing to work on Big Data.\r\n\r\nWe are currently working to develop the package.\r\n\r\nUsage:\r\n\r\n```python\r\npip install BigEDA --upgrade\r\n```\r\n\r\n```python\r\nimport BigEDA\r\nfrom BigEDA import package_status\r\n```\r\n\r\n```python\r\npackage_status()\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is a package to carry out Exploratory Data Analysis, allowing to work with Big Data.",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/FabioScielzoOrtiz/EDA_Package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f5cc3372a50c589c6a16441f26b0bd69c0d2dd97372b481e588cb895a321571",
                "md5": "275ed2aa97f419ffcb75a3fc3706e1e3",
                "sha256": "b3c95c5a45313461eb31c3328397576a2fc0afdb917424ab3e09ed64a094f98d"
            },
            "downloads": -1,
            "filename": "BigEDA-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "275ed2aa97f419ffcb75a3fc3706e1e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17505,
            "upload_time": "2024-05-16T21:19:57",
            "upload_time_iso_8601": "2024-05-16T21:19:57.471448Z",
            "url": "https://files.pythonhosted.org/packages/8f/5c/c3372a50c589c6a16441f26b0bd69c0d2dd97372b481e588cb895a321571/BigEDA-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f7de1f976a4514e88f4e525c3bfed74dce853ead5cb3a4915d4b0cf9cec1098",
                "md5": "93988eee7059025283637b7b15e0672f",
                "sha256": "ea1246d23780a5094e25d16bcc79024bb6232af704cca9d47d2e55ac5d6af377"
            },
            "downloads": -1,
            "filename": "bigeda-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "93988eee7059025283637b7b15e0672f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16008,
            "upload_time": "2024-05-16T21:19:58",
            "upload_time_iso_8601": "2024-05-16T21:19:58.610038Z",
            "url": "https://files.pythonhosted.org/packages/4f/7d/e1f976a4514e88f4e525c3bfed74dce853ead5cb3a4915d4b0cf9cec1098/bigeda-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 21:19:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FabioScielzoOrtiz",
    "github_project": "EDA_Package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bigeda"
}
        
Elapsed time: 0.27065s