jiku-data


Namejiku-data JSON
Version 0.1.10 PyPI version JSON
download
home_pageNone
Summary'Open source datasets, component of Jiku Core
upload_time2025-10-17 22:23:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords datasets data analysis functional data analysis time series analysis
VCS
bugtrack_url
requirements numpy pytest spm1d ipython tables
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org)
[![Numpy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge&logo=numpy&logoColor=white)](https://numpy.org)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![version](https://img.shields.io/badge/version-0.1.10-blue)



<img src="https://github.com/jiku-pro/jiku-data/blob/ee4a7ccc53b7badedc14d7c93b2b40af783b4f75/jiku-core.jpg?raw=true" alt="JikuCore" width="600">

# JIKU DATA

Public repository of open-source datasets, and a component of the [Jiku Core](https://jiku-core.org) software suite.



Datasets appear in `./src/jikudata/datasets` and are all sourced from the internet, academic papers and open databases. Dataset-specific licenses are provided where required.



Example use:

```python
import jikudata as jd

dataset = jd.RSRegression()
y       = dataset.y  # dependent variable
x       = dataset.x  # independent variable(s)

print( dataset )
print( dataset.www )


```

Output:

```
RSRegression:
    design : Linear regression
    dim    : 0
    y      : (15,) array
    expected : 
        ExpectedResultsSPM1D:
            STAT : T
            z    : -3.67092
            df   : (1, 13)
            p    : 0.0028
            
https://www.real-statistics.com/regression/hypothesis-testing-significance-regression-line-slope/
```





Iterate through all datasets:

```python
for dataset in jd.datasets.iter_all():
		print( dataset.name )
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jiku-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "datasets, data analysis, functional data analysis, time series analysis",
    "author": null,
    "author_email": "Jiku Pro <admin@jiku.pro>",
    "download_url": "https://files.pythonhosted.org/packages/50/00/4bc4b06013e58ef919c34c1c56aa17ff5f1bbd4c8de30b1acfffcd13affa/jiku_data-0.1.10.tar.gz",
    "platform": null,
    "description": "[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org)\n[![Numpy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge&logo=numpy&logoColor=white)](https://numpy.org)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n![version](https://img.shields.io/badge/version-0.1.10-blue)\n\n\n\n<img src=\"https://github.com/jiku-pro/jiku-data/blob/ee4a7ccc53b7badedc14d7c93b2b40af783b4f75/jiku-core.jpg?raw=true\" alt=\"JikuCore\" width=\"600\">\n\n# JIKU DATA\n\nPublic repository of open-source datasets, and a component of the [Jiku Core](https://jiku-core.org) software suite.\n\n\n\nDatasets appear in `./src/jikudata/datasets` and are all sourced from the internet, academic papers and open databases. Dataset-specific licenses are provided where required.\n\n\n\nExample use:\n\n```python\nimport jikudata as jd\n\ndataset = jd.RSRegression()\ny       = dataset.y  # dependent variable\nx       = dataset.x  # independent variable(s)\n\nprint( dataset )\nprint( dataset.www )\n\n\n```\n\nOutput:\n\n```\nRSRegression:\n    design : Linear regression\n    dim    : 0\n    y      : (15,) array\n    expected : \n        ExpectedResultsSPM1D:\n            STAT : T\n            z    : -3.67092\n            df   : (1, 13)\n            p    : 0.0028\n            \nhttps://www.real-statistics.com/regression/hypothesis-testing-significance-regression-line-slope/\n```\n\n\n\n\n\nIterate through all datasets:\n\n```python\nfor dataset in jd.datasets.iter_all():\n\t\tprint( dataset.name )\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "'Open source datasets, component of Jiku Core",
    "version": "0.1.10",
    "project_urls": {
        "Bug Reports": "https://github.com/jiku-pro/jiku-data/issues",
        "Homepage": "https://github.com/jiku-pro/jiku-data",
        "Source": "https://github.com/jiku-pro/jiku-data"
    },
    "split_keywords": [
        "datasets",
        " data analysis",
        " functional data analysis",
        " time series analysis"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26a58f762e5d608202d10cba204a793dac8ce2bd7022ebbc97ac73361c70d3af",
                "md5": "9c3f113513c31ee78668364a92061ac8",
                "sha256": "0076ca7523f4b794e8cfb473977aca6d4503ebc3aa46f184833f07e6b63f4f03"
            },
            "downloads": -1,
            "filename": "jiku_data-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c3f113513c31ee78668364a92061ac8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19875122,
            "upload_time": "2025-10-17T22:23:02",
            "upload_time_iso_8601": "2025-10-17T22:23:02.856539Z",
            "url": "https://files.pythonhosted.org/packages/26/a5/8f762e5d608202d10cba204a793dac8ce2bd7022ebbc97ac73361c70d3af/jiku_data-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50004bc4b06013e58ef919c34c1c56aa17ff5f1bbd4c8de30b1acfffcd13affa",
                "md5": "2698f743c826cb719d042b29710de12f",
                "sha256": "dcf93eb88220e47500dd1c290457e46d794adf6b5d674362381f88a4f9360148"
            },
            "downloads": -1,
            "filename": "jiku_data-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "2698f743c826cb719d042b29710de12f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19966400,
            "upload_time": "2025-10-17T22:23:05",
            "upload_time_iso_8601": "2025-10-17T22:23:05.926203Z",
            "url": "https://files.pythonhosted.org/packages/50/00/4bc4b06013e58ef919c34c1c56aa17ff5f1bbd4c8de30b1acfffcd13affa/jiku_data-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-17 22:23:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jiku-pro",
    "github_project": "jiku-data",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "spm1d",
            "specs": []
        },
        {
            "name": "ipython",
            "specs": []
        },
        {
            "name": "tables",
            "specs": []
        }
    ],
    "lcname": "jiku-data"
}
        
Elapsed time: 1.28609s