FSharp.Data 8.1.0

The FSharp.Data packages contain type providers and utilities to access common data formats (CSV, HTML, JSON and XML in your F# applications and scripts. * FSharp.Data -- includes everything * FSharp.Data.Http -- http types/helpers * FSharp.Data.Csv.Core -- csv types/helpers * FSharp.Data.Json.Core -- json types/helpers * FSharp.Data.Html.Core -- html types/helpers * FSharp.Data.Xml.Core -- xml types/helpers

Showing the top 20 packages that depend on FSharp.Data.

Packages Downloads
Deedle
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available.
1
Deedle
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available.
1
Deedle
Deedle (Dotnet Exploratory Data Library) implements an efficient and robust data frame and series structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available.
1

- Add schema.org microdata support to `HtmlProvider`: when an HTML document contains elements with `itemscope`/`itemtype`/`itemprop` attributes, the provider now generates a typed `Schemas` container (e.g. `doc.Schemas.Person`) with one strongly-typed property per `itemprop` name discovered in the sample (closes #611) - Add JSON-LD support to `HtmlProvider`: when an HTML document contains `<script type="application/ld+json">` blocks, the provider generates a typed `JsonLd` container (e.g. `doc.JsonLd.Article`) with one strongly-typed property per top-level scalar field discovered in the sample — Wikipedia pages, for instance, embed schema.org `Article` JSON-LD with `name`, `headline`, `description`, `url`, `datePublished`, and `dateModified` - Add `ExceptionIfMissing` static parameter to `JsonProvider` and `XmlProvider`: when true, accessing a non-optional field that is missing in the data raises an exception instead of silently returning a default value (empty string for string, NaN for float). Defaults to false for backward compatibility. - Add `Http.ParseLinkHeader` utility for parsing RFC 5988 `Link` response headers (used by GitHub, GitLab, and other paginated APIs) into a `Map<string, string>` from relation name to URL (closes #805) - Add `PreferDateTimeOffset` parameter to `CsvProvider`, `JsonProvider`, and `XmlProvider`: when true, date-time values without an explicit timezone offset are inferred as `DateTimeOffset` (using local offset) instead of `DateTime` (closes #1100, #1072) - Make `Http.AppendQueryToUrl` public (closes #1325) - Add `PreferOptionals` parameter to `JsonProvider` and `XmlProvider` (defaults to `true` to match existing behavior; set to `false` to use empty string or `NaN` for missing values, like the CsvProvider default) (closes #649) - Add `UseSchemaTypeNames` parameter to `XmlProvider`: when `true` and `Schema` is provided, multiple elements sharing the same XSD complex type generate a single F# type (named after the XSD type) instead of separate per-element types (closes #1488) - Mark all runtime Core libraries as trimmable (`IsTrimmable=true`); replace reflection-based stack-trace preservation in `Http.fs` with `ExceptionDispatchInfo`, and remove dead Mono-detection code (closes #1436)

Version Downloads Last updated
8.2.0 1 2026/9/17
8.1.14 1 2026/9/17
8.1.13 1 2026/9/17
8.1.12 1 2026/9/17
8.1.11 1 2026/9/17
8.1.10 1 2026/9/17
8.1.9 1 2026/9/17
8.1.8 1 2026/9/17
8.1.7 1 2026/9/17
8.1.6 1 2026/9/17
8.1.5 1 2026/9/17
8.1.4 1 2026/9/17
8.1.3 1 2026/9/17
8.1.2 1 2026/9/17
8.1.1 1 2026/9/17
8.1.0 1 2026/9/17
8.1.0-beta 1 2026/9/17
8.0.0 1 2026/9/17
7.0.1 1 2026/9/17
7.0.0 1 2026/9/17
6.7.0 1 2026/9/17
6.6.0 1 2026/9/17
6.5.0 1 2026/9/17
6.4.1 1 2026/9/17
6.4.0 1 2026/9/17
6.3.0 1 2026/9/17
6.2.0 1 2026/9/17
6.1.1-beta 1 2026/9/17
6.1.0-beta 1 2026/9/17
6.0.1-beta002 1 2026/9/17
6.0.1-beta001 1 2026/9/17
5.0.2 1 2026/9/17
4.2.10 1 2026/9/17
4.2.9 1 2026/9/17
4.2.8 1 2026/9/17
4.2.7 1 2026/9/17
4.2.6 1 2026/9/17
4.2.5 1 2026/9/17
4.2.4 1 2026/9/17
4.2.3 1 2026/9/17
4.2.2 1 2026/9/17
4.2.1 1 2026/9/17
4.2.0 1 2026/9/17
4.1.1 1 2026/9/17
4.1.0 1 2026/9/17
4.0.1 1 2026/9/17
4.0.0 1 2026/9/17
3.3.3 1 2026/9/17
3.3.2 1 2026/9/17
3.3.1 1 2026/9/17
3.2.4 1 2026/9/17
3.1.1 1 2026/9/17
3.0.1 1 2026/9/17
3.0.0 1 2026/9/17
3.0.0-rc 1 2026/9/17
3.0.0-beta4 1 2026/9/17
3.0.0-beta3 1 2026/9/17
3.0.0-beta2 1 2026/9/17
3.0.0-beta 1 2026/9/17
2.4.6 1 2026/9/17
2.4.5 1 2026/9/17
2.4.4 1 2026/9/17
2.4.3 1 2026/9/17
2.4.2 1 2026/9/17
2.4.1 1 2026/9/17
2.4.0 1 2026/9/17
2.3.3 1 2026/9/17
2.3.2 1 2026/9/17
2.3.1 1 2026/9/17
2.3.1-beta2 1 2026/9/17
2.3.1-beta1 1 2026/9/17
2.3.0 1 2026/9/17
2.3.0-beta2 1 2026/9/17
2.3.0-beta1 1 2026/9/17
2.2.5 1 2026/9/17
2.2.4 1 2026/9/17
2.2.3 1 2026/9/17
2.2.2 1 2026/9/17
2.2.1 1 2026/9/17
2.2.0 1 2026/9/17
2.1.1 1 2026/9/17
2.1.0 1 2026/9/17
2.1.0-beta2 1 2026/9/17
2.1.0-beta 1 2026/9/17
2.0.15 1 2026/9/17
2.0.14 1 2026/9/17
2.0.13 1 2026/9/17
2.0.12 1 2026/9/17
2.0.11 1 2026/9/17
2.0.10 1 2026/9/17
2.0.9 1 2026/9/17
2.0.8 1 2026/9/17
2.0.7 1 2026/9/17
2.0.6 1 2026/9/17
2.0.5 1 2026/9/17
2.0.4 1 2026/9/17
2.0.3 1 2026/9/17
2.0.2 1 2026/9/17
2.0.1 1 2026/9/17
2.0.0 1 2026/9/17
2.0.0-beta3 1 2026/9/17
2.0.0-beta2 1 2026/9/17
2.0.0-beta 1 2026/9/17
2.0.0-alpha7 1 2026/9/17
2.0.0-alpha6 1 2026/9/17
2.0.0-alpha5 1 2026/9/17
2.0.0-alpha4 1 2026/9/17
2.0.0-alpha3 1 2026/9/17
2.0.0-alpha2 1 2026/9/17
2.0.0-alpha 1 2026/9/17
1.1.10 1 2026/9/17
1.1.9 1 2026/9/17
1.1.8 1 2026/9/17
1.1.7 1 2026/9/17
1.1.6 1 2026/9/17
1.1.5 1 2026/9/17
1.1.4 1 2026/9/17
1.1.3 1 2026/9/17
1.1.2 1 2026/9/17
1.1.1 1 2026/9/17
1.1.0 1 2026/9/17
1.0.13 1 2026/9/17
1.0.12 1 2026/9/17
1.0.11 1 2026/9/17
1.0.10 1 2026/9/17
1.0.9 1 2026/9/17
1.0.8 1 2026/9/17
1.0.6 1 2026/9/17
1.0.5 1 2026/9/17
1.0.4 1 2026/9/17
1.0.2 1 2026/9/17
1.0.1 1 2026/9/17
1.0.0 1 2026/9/17