F# Data v2.0.0-alpha4 Release Notes
Release Date: 2014-01-30 // over 11 years ago-
- โ Adds specific types for Freebase individuals, so each individual X only has properties P where X.P actually returns interesting data. This makes Individuals much more useful for exploring sparse data, as you can "dot" through an individual and see exactly what properties actually have interesting data. The feature is on by default but can be turned off using UseRefinedTypes=false as a static parameter.
- Individuals10 and Individuals100 views of Freebase individuals, which increases the number of items in the table by 10x and 100x.
- IndividualsAZ view of Freebase individuals, which buckets the individuals by first character of name A-Z, with each bucket containing up to 10,000 individuals.
- โ Added SendingQuery event which triggers for overall Freebase MQL queries and can be run in the Freebase query editor, instead of for individual REST requests including cursor-advancing requests and documentation requests.
- ๐ Renamed CsvProvider and CsvFle 'Data' property to 'Rows'.
- ๐ Renamed CsvProvider static parameter 'SafeMode' to 'AssumeMissingValues'.
- ๐ Fixed parsing of values wrapped in quotes in arrays and heterogeneous types generated by JsonProvider.
- โ Added SourceLink support.