Hi,
I have a .NET class with tabular data. I want to convert it to a DataFrame, so that I can pass it in to R.
I noticed that there is no public CTor on the DataFrame class and I wasn't able to find a way to create such class.
What is the the most efficient way to create a DataFrame? I don't want to save the data to file and load it inside R. I want to do everything in memory.
Thank you,
Yoav.
I have a .NET class with tabular data. I want to convert it to a DataFrame, so that I can pass it in to R.
I noticed that there is no public CTor on the DataFrame class and I wasn't able to find a way to create such class.
What is the the most efficient way to create a DataFrame? I don't want to save the data to file and load it inside R. I want to do everything in memory.
Thank you,
Yoav.