Hello,
I was wondering if anyone here using C#/.NET for data analysis ? i would like to hear their best practices. I know there are some more popular (or better?) options like Python or R out there but i would like to use C# to improve my knowledge on that more instead of learning something new. Currently i'm preparing a report (data reading and making some calculations) with C# but i m not sure if i am doing things correctly.
So far, i created a class based on data column names and created objects and store them in list of that class. Later i will apply the calculations.
Thanks in advance.
I was wondering if anyone here using C#/.NET for data analysis ? i would like to hear their best practices. I know there are some more popular (or better?) options like Python or R out there but i would like to use C# to improve my knowledge on that more instead of learning something new. Currently i'm preparing a report (data reading and making some calculations) with C# but i m not sure if i am doing things correctly.
So far, i created a class based on data column names and created objects and store them in list of that class. Later i will apply the calculations.
Thanks in advance.