Skip to content

Data Wrangling

David Wright edited this page Apr 30, 2018 · 4 revisions

Meta.Numerics data wrangling APIs are in the Meta.Numerics.Data namespace. Our basic approach should be familiar to users of data frames in R and Python. Like those systems, our framework is based on column-oriented data stores and supports reading and writing data to and from a variety of different formats. Unlike those systems, our framework is compatible with .NET static typing, uses read-only views to minimize data copying, and supports nulls using the BCL's Nullable structure.

To learn how to use our data wrangling system, read the following tutorial topics:

Home

Clone this wiki locally