Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.19 KB

DataSets

Version docs latest

DataSets helps make data wrangling code more reusable.

  • We want to make it easy to relocate an algorithm between different data storage environments without code changes. For example from your laptop to the cloud, to another user's machine, or to an HPC system.
  • We want to reduce coupling between data and code, by storing rich type information in metadata. Metadata bridges the gap between the ad hoc implicit type system of data outside your program and the Julia data structures within your program.

Watch DataSets.jl talk from JuliaCon 2021, or read the latest documentation more information.

Development

docs-dev Build Status