Popularity
6.4
Growing
Activity
7.3
-
800
41
289

Programming language: F#
License: GNU General Public License v3.0 or later
Latest version: v6.0.1-beta001

F# Data alternatives and similar packages

Based on the "Machine Learning and Data Science" category.
Alternatively, view F# Data alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of F# Data or a related project?

Add another 'Machine Learning and Data Science' Package

README

FSharp.Data: Making Data Access Simple

The FSharp.Data package (FSharp.Data.dll) implements everything you need to access data in your F# applications and scripts. It implements F# type providers for working with structured file formats (CSV, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.

We're open to contributions from anyone. If you want to help out but don't know where to start, you can take one of the Up-For-Grabs issues, or help to improve the documentation.

You can see the version history [here](RELEASE_NOTES.md).

NuGet Badge

Building

  • Install the .NET SDK specified in the global.json file
  • build.sh -t Build or build.cmd -t Build

Formatting

dotnet fake build -t Format
dotnet fake build -t CheckFormat

Documentation

This library comes with comprehensive documentation. The documentation is automatically generated from *.fsx files in the content folder and from the comments in the code. If you find a typo, please submit a pull request!

  • FSharp.Data package home page with more information about the library, contributions, etc.
  • The samples from the documentation are included as part of FSharp.Data.Tests.sln, make sure you build the solution before trying out the samples to ensure that all needed packages are installed.

Releasing

Releasing of the NuGet package is done by GitHub actions CI from master branch when a new version is pushed.

Releasing of docs is done by GitHub actions CI on each push to master branch.

Support and community

Code of Conduct

This repository is governed by the Contributor Covenant Code of Conduct.

We pledge to be overt in our openness, welcoming all people to contribute, and pledging in return to value them as whole human beings and to foster an atmosphere of kindness, cooperation, and understanding.

Library license

The library is available under Apache 2.0. For more information see the License file in the GitHub repository.

Maintainers

Current maintainers are Don Syme and Phillip Carter

Historical maintainers of this project are Gustavo Guerra, Tomas Petricek and Colin Bull.


*Note that all licence references and agreements mentioned in the F# Data README section above are relevant to that project's source code only.