kedro-datasets


Namekedro-datasets JSON
Version 3.0.0 PyPI version JSON
download
home_pageNone
SummaryKedro-Datasets is where you can find all of Kedro's data connectors.
upload_time2024-04-10 14:53:42
maintainerNone
docs_urlNone
authorKedro
requires_python>=3.9
licenseApache Software License (Apache 2.0)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kedro-Datasets

<!-- Note that the contents of this file are also used in the documentation, see docs/source/index.md -->

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://pypi.org/project/kedro-datasets/)
[![PyPI Version](https://badge.fury.io/py/kedro-datasets.svg)](https://pypi.org/project/kedro-datasets/)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black)

Welcome to `kedro_datasets`, the home of Kedro's data connectors. Here you will find `AbstractDataset` implementations powering Kedro's DataCatalog created by QuantumBlack and external contributors.

## Installation

`kedro-datasets` is a Python plugin. To install it:

```bash
pip install kedro-datasets
```

## What `AbstractDataset` implementations are supported?

We support a range of data connectors, including CSV, Excel, Parquet, Feather, HDF5, JSON, Pickle, SQL Tables, SQL Queries, Spark DataFrames and more. We even allow support for working with images.

These data connectors are supported with the APIs of `pandas`, `spark`, `networkx`, `matplotlib`, `yaml` and more.

[The Data Catalog](https://docs.kedro.org/en/stable/data/data_catalog.html) allows you to work with a range of file formats on local file systems, network file systems, cloud object stores, and Hadoop.

Here is a full list of [supported data connectors and APIs](https://docs.kedro.org/projects/kedro-datasets/en/kedro-datasets-2.0.0/api/kedro_datasets.html).

## How can I create my own `AbstractDataset` implementation?
Take a look at our [instructions on how to create your own `AbstractDataset` implementation](https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html).

## Can I contribute?

Yes! Want to help build Kedro-Datasets? Check out our guide to [contributing](https://github.com/kedro-org/kedro-plugins/blob/main/kedro-datasets/CONTRIBUTING.md).

## What licence do you use?

Kedro-Datasets is licensed under the [Apache 2.0](https://github.com/kedro-org/kedro-plugins/blob/main/LICENSE.md) License.

## Python version support policy
* The [Kedro-Datasets](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets) package follows the [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html) Python version support policy.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kedro-datasets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kedro",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2a/15/1a72b5a655bcea308dfc8475ae94ca478653a83e336da6540192255233eb/kedro-datasets-3.0.0.tar.gz",
    "platform": null,
    "description": "# Kedro-Datasets\n\n<!-- Note that the contents of this file are also used in the documentation, see docs/source/index.md -->\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://pypi.org/project/kedro-datasets/)\n[![PyPI Version](https://badge.fury.io/py/kedro-datasets.svg)](https://pypi.org/project/kedro-datasets/)\n[![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black)\n\nWelcome to `kedro_datasets`, the home of Kedro's data connectors. Here you will find `AbstractDataset` implementations powering Kedro's DataCatalog created by QuantumBlack and external contributors.\n\n## Installation\n\n`kedro-datasets` is a Python plugin. To install it:\n\n```bash\npip install kedro-datasets\n```\n\n## What `AbstractDataset` implementations are supported?\n\nWe support a range of data connectors, including CSV, Excel, Parquet, Feather, HDF5, JSON, Pickle, SQL Tables, SQL Queries, Spark DataFrames and more. We even allow support for working with images.\n\nThese data connectors are supported with the APIs of `pandas`, `spark`, `networkx`, `matplotlib`, `yaml` and more.\n\n[The Data Catalog](https://docs.kedro.org/en/stable/data/data_catalog.html) allows you to work with a range of file formats on local file systems, network file systems, cloud object stores, and Hadoop.\n\nHere is a full list of [supported data connectors and APIs](https://docs.kedro.org/projects/kedro-datasets/en/kedro-datasets-2.0.0/api/kedro_datasets.html).\n\n## How can I create my own `AbstractDataset` implementation?\nTake a look at our [instructions on how to create your own `AbstractDataset` implementation](https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html).\n\n## Can I contribute?\n\nYes! Want to help build Kedro-Datasets? Check out our guide to [contributing](https://github.com/kedro-org/kedro-plugins/blob/main/kedro-datasets/CONTRIBUTING.md).\n\n## What licence do you use?\n\nKedro-Datasets is licensed under the [Apache 2.0](https://github.com/kedro-org/kedro-plugins/blob/main/LICENSE.md) License.\n\n## Python version support policy\n* The [Kedro-Datasets](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets) package follows the [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html) Python version support policy.\n",
    "bugtrack_url": null,
    "license": "Apache Software License (Apache 2.0)",
    "summary": "Kedro-Datasets is where you can find all of Kedro's data connectors.",
    "version": "3.0.0",
    "project_urls": {
        "Documentation": "https://docs.kedro.org",
        "Source": "https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets",
        "Tracker": "https://github.com/kedro-org/kedro-plugins/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0db10f4c2e41df31d3323b6221e8110c321e4b5c847b67c5c525fcedcd9f894",
                "md5": "3ed1b08d6d73cf9c28a1d6ae642dd846",
                "sha256": "29207a2cf27a228fcf188d8eca82bc6df7b1b6daecaa9aabdfc019a6f418da3a"
            },
            "downloads": -1,
            "filename": "kedro_datasets-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ed1b08d6d73cf9c28a1d6ae642dd846",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 156782,
            "upload_time": "2024-04-10T14:53:39",
            "upload_time_iso_8601": "2024-04-10T14:53:39.391318Z",
            "url": "https://files.pythonhosted.org/packages/e0/db/10f4c2e41df31d3323b6221e8110c321e4b5c847b67c5c525fcedcd9f894/kedro_datasets-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a151a72b5a655bcea308dfc8475ae94ca478653a83e336da6540192255233eb",
                "md5": "ef3438940330ac01f594afe2b522353d",
                "sha256": "c2919f137d7e52661d4ee15436ca57a8c2f8d21678e22481cc4b995e82620868"
            },
            "downloads": -1,
            "filename": "kedro-datasets-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ef3438940330ac01f594afe2b522353d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 88837,
            "upload_time": "2024-04-10T14:53:42",
            "upload_time_iso_8601": "2024-04-10T14:53:42.095913Z",
            "url": "https://files.pythonhosted.org/packages/2a/15/1a72b5a655bcea308dfc8475ae94ca478653a83e336da6540192255233eb/kedro-datasets-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 14:53:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kedro-org",
    "github_project": "kedro-plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kedro-datasets"
}
        
Elapsed time: 0.32219s