Is was trying to create some Data Frames insde one C# component to handle a small database inside Grasshopper. The problem that I am facing is that I can’t find a way to reference the Microsoft.Data.Analysis package to be able to use the dataframe tools inside the component
I got an error telling me that:
- Error (CS0234): The type or namespace name ‘Data’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?) (line 13)
The issue is the assembly reference. I tried to reference Microsoft.Data.Analysis but it has many other dependencies and I could not make it work.
Does anybody in the community have experience working with Dataframes in C# in grasshopper? Anyone can point me in direction to make this work?
Thanks in advance
Attached you can find the GH Definition with the
Data Frames csharp and GH.gh (2.0 KB)