dataidea


Namedataidea JSON
Version 0.1.17 PyPI version JSON
download
home_pageNone
Summarydataidea package
upload_time2025-04-20 04:19:45
maintainerNone
docs_urlNone
authorjumashafara
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## DATAIDEA Quickstart

### What is the `dataidea` package?

This is a package we are currently developing to help new and old data analysists walk around some repetitive and sometimes disturbing tasks that a data analyst does day to day

This library currently extends and depends on majorly numpy, pandas as sklearn and these, among a few others will be installed once you install dataidea

## Installing `dataidea`

- To install dataidea, you must have python installed on your machine
- It's advised that you install it in a virtual environment
- You can install `dataidea` using the command below

```python
pip install dataidea
```

### Learning `dataidea`

The best way to get started with dataidea (and data analysis) is to complete the free course.

To see what’s possible with dataidea, take a look at the Quick Start

Read through the [Tutorials](https://docs.dataidea.org) to learn how to load datasets, train your own models on your own datasets. Use the navigation to look through the dataidea documentation. Every class, function, and method is documented.

Link to the DATAIDEA documentation: [https://docs.dataidea.org](https://docs.dataidea.org)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dataidea",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "jumashafara",
    "author_email": "jumashafara0@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/34/0dcf9d73ac9a58f2951c5d5de354613eaa1cf5d34485858c80b9b5ee408e/dataidea-0.1.17.tar.gz",
    "platform": null,
    "description": "## DATAIDEA Quickstart\n\n### What is the `dataidea` package?\n\nThis is a package we are currently developing to help new and old data analysists walk around some repetitive and sometimes disturbing tasks that a data analyst does day to day\n\nThis library currently extends and depends on majorly numpy, pandas as sklearn and these, among a few others will be installed once you install dataidea\n\n## Installing `dataidea`\n\n- To install dataidea, you must have python installed on your machine\n- It's advised that you install it in a virtual environment\n- You can install `dataidea` using the command below\n\n```python\npip install dataidea\n```\n\n### Learning `dataidea`\n\nThe best way to get started with dataidea (and data analysis) is to complete the free course.\n\nTo see what\u2019s possible with dataidea, take a look at the Quick Start\n\nRead through the [Tutorials](https://docs.dataidea.org) to learn how to load datasets, train your own models on your own datasets. Use the navigation to look through the dataidea documentation. Every class, function, and method is documented.\n\nLink to the DATAIDEA documentation: [https://docs.dataidea.org](https://docs.dataidea.org)",
    "bugtrack_url": null,
    "license": null,
    "summary": "dataidea package",
    "version": "0.1.17",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acdfac324e328ee07f91302522139b09413e48847c726f57cbf84e0b3eb3847e",
                "md5": "bb4bb1d7d4dc2b76b4f2716c9c0143bd",
                "sha256": "3e529f59abbbec2c51d2bf1d975d3106b9422d76ff3863de7c4113ef82adbb9a"
            },
            "downloads": -1,
            "filename": "dataidea-0.1.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb4bb1d7d4dc2b76b4f2716c9c0143bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 933199,
            "upload_time": "2025-04-20T04:19:41",
            "upload_time_iso_8601": "2025-04-20T04:19:41.524475Z",
            "url": "https://files.pythonhosted.org/packages/ac/df/ac324e328ee07f91302522139b09413e48847c726f57cbf84e0b3eb3847e/dataidea-0.1.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b340dcf9d73ac9a58f2951c5d5de354613eaa1cf5d34485858c80b9b5ee408e",
                "md5": "1f0731fa40a03acf527233c37e1b7333",
                "sha256": "89948ae2e57c6aaf840cf30f4a135062dec85214dbfda394279ea0c45dc279ec"
            },
            "downloads": -1,
            "filename": "dataidea-0.1.17.tar.gz",
            "has_sig": false,
            "md5_digest": "1f0731fa40a03acf527233c37e1b7333",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 910697,
            "upload_time": "2025-04-20T04:19:45",
            "upload_time_iso_8601": "2025-04-20T04:19:45.894044Z",
            "url": "https://files.pythonhosted.org/packages/9b/34/0dcf9d73ac9a58f2951c5d5de354613eaa1cf5d34485858c80b9b5ee408e/dataidea-0.1.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-20 04:19:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dataidea"
}
        
Elapsed time: 4.45309s