kedro-plugins icon indicating copy to clipboard operation
kedro-plugins copied to clipboard

feat(datasets): Add CSVDataset to dask module

Open michaelsexton opened this issue 5 months ago • 6 comments

Description

To add the capability for CSV datasets to be used with Kedro.

Development notes

Copied the Parquet dataset implementation for Dask and reimplemented for CSV files. Has been tested in use of Kedro pipelines, but no test classes written yet.

Checklist

  • [X] Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • [x] Updated the documentation to reflect the code changes
  • [x] Added a description of this change in the relevant RELEASE.md file
  • [x] Added tests to cover my changes

michaelsexton avatar Mar 25 '24 03:03 michaelsexton