fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
937 stars 195 forks source link

Support Query Expressions #373

Closed laygr closed 6 years ago

laygr commented 7 years ago

Sas has proc sql which basically lets you treat Sas databases as tables in a Database.

I might be wrong, but it shouldn't be very difficult to implement this for deedle dataframes.

dsyme commented 6 years ago

Duplicate of #26