• Stars
    star
    3
  • Rank 3,943,047 (Top 79 %)
  • Language
    C#
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Simple Data Analytics Utility module to construct DataFrame in python using pythonnet and pandas. Where we are calling .NET/C# method from python using CLR (Pythonnet). C# method returns data set object as list of lists [ List<List<object>>] and python parse that data and construct DataFrame using pandas.