Git Product home page Git Product logo

Comments (5)

tpetricek avatar tpetricek commented on May 31, 2024

I think supporting .NET 4.0 is a fairly reasonable request. Can you submit your change to use ReadOnlyCollection as a pull request (without the DotSetting.user file)?

The library currently depends on the CSV parser (that's okay) and type inference (which is only available in FSharp.Data.DesignTime.dll, because CSV type provider only needs it at design time).

This is a bit silly dependency - I think we need to have an easy way to read CSV files directly in the data frame library (people use this all the time), but we do not really need F# Data, just the CSV parser & inference..

I'm not sure what the best option is - I suppose these might be included in some common shared base data science library (at some point) but for now, we can probably just copy & paste the relevant files (perhaps after some refactoring to make this just a file or two).

Do you need this urgently for some project (or do we have some time to refactor & plan how to best do this)?

from deedle.

ovatsus avatar ovatsus commented on May 31, 2024

I think we could move the type inference to the runtime component of FSharp.Data. It is being used at runtime here, and nothing there depends on 4.5

from deedle.

tpetricek avatar tpetricek commented on May 31, 2024

I was also wondering if it would make sense to separate the CSV type inference from the structural type inference (to some extent). They could still share some basic functionality, but the two have quite different nature so perhaps that would make the code more easier to follow/extend/improve.

from deedle.

buybackoff avatar buybackoff commented on May 31, 2024

Submitted a pull request.

Do you need this urgently for some project (or do we have some time to refactor & plan how to best do this)?
This is not urgent and I could strip away all .csv stuff and 4.5 references myself in the meantime. Going forward I hope to completely migrate from my current lame usage of SortedList<K1, SortedList<K2, V>> to this library.

from deedle.

tpetricek avatar tpetricek commented on May 31, 2024

The latest release is 4.0!

from deedle.

Related Issues (20)

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.