Deedle
Deedle is an open-source data manipulation library for the .NET platform, with a primary focus on data science tasks in F# and other .NET languages. It provides efficient, flexible structures for handling tabular data and time series within .NET applications.
Core concepts include Frame and Series. A Frame is a two-dimensional labeled container of data, with rows
Typical workflows involve cleaning, transforming, and aggregating data, performing time-based analyses, and preparing data for visualization
Development and distribution: Deedle is maintained as an open-source project with a public repository and documentation.