Giter Site home page Giter Site logo

microsoft / angara.table Goto Github PK

View Code? Open in Web Editor NEW
16.0 15.0 13.0 763 KB

A library that contains types for table representation and operations to manipulate with tables, as well as save and load them from text files such as CSV files.

Home Page: http://predictionmachines.github.io/Angara.Table/

License: Other

F# 63.68% JavaScript 30.85% HTML 1.36% CSS 4.11%

angara.table's Introduction

Angara.Table

Angara.Table is a .NET library that contains types for table representation and operations to manipulate with tables as well as save and load them from text files such as CSV files.

This repository also contains HTML5/JavaScript user control to visualize tables.

Documentation

http://predictionmachines.github.io/Angara.Table/

angara.table's People

Contributors

dependabot[bot] avatar dvoits avatar microsoft-github-policy-service[bot] avatar msftgits avatar vassilyl avatar wintersteiger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angara.table's Issues

Table.ToRows() doesn't work for non-public F# records

Description

When I declare an internal F# record and then use it as a generic type parameter for Table.ToRows(), it throws ArgumentNullException.

Repro steps

type internal InternalRecord = { x: float }
    
[<Test; Category("CI")>]
let ``Table.ToRows works for internal records``() =
    let t = Table.OfColumns [Column.Create("x", [1.0])]
    let rows = t.ToRows<InternalRecord>() |> Seq.toList
    Assert.AreEqual([ {x=1.0} ], rows)

Expected behavior

The given test must pass.

Actual behavior

Throws an exception when calling t.ToRows.

Known workarounds

Make the record public.

Does not work with UWP or .NET Core applications.

Description

This does not work with UWP applications or .NET Core.

Repro steps

Please provide the steps required to reproduce the problem

  1. Attempt to install Angara.Table from nuget.

Expected behavior

Ideally, this would work with all Microsoft .NET options.

Actual behavior

Fails to install due to the target framework of 4.6.1.

Known workarounds

None

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.