FSharp.Data
FSharp.Data copied to clipboard
Apache arrow type provider
It would be good to be able to interact with the apache arrow eco system since it provides access to some very interesting tools. are there any implementation in the work ? it seems like a perfect fit for the type provider. what is apache arrow ? Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning-fast data access without serialization overhead.