Universal DataFrames?! #548
siavash-babaei
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Love the whole Deedle and Thank You. Every time though, I have had to essentially serialized/deserialize to/from CSV to use the resulting DataFrames elsewhere.
A dataframe is pretty much the ‘core unit’ data structure in data science.
.NET has DataFrame in Microsoft.Data.Analysis. It is somewhat comparable to Python’s but checking the examples in C#, it seems verbose and clunky and too OO/Non-Functional compared to either Deedle or Tidyverse R.
Wouldn’t it be a decent idea to somehow marry Deedle with Microsoft.Data.Analysis to get a universally understood DataFrame but with the elegance of Deedle utilities and syntax?!
Beta Was this translation helpful? Give feedback.
All reactions