Open Kumar3010 opened 4 years ago
No, we can't do this yet. However, if you find a library that lets you read excel files and exposes it as an IDataReader
, we should be able to read it into a DataFrame once https://github.com/dotnet/corefxlab/pull/2924/files goes in
There's ExcelDataReader which is ADO.NET compatible.
@pgovind - could you please let us know if this is possilbe now
Not yet unfortunately. dotnet/corefxlab#2924 is inactive at the moment. Would you be interested in adding unit tests to that PR? If not, this is on the list for the next DataFrame release. I'm tied up with .NET 6 work at the moment though, so it'll be a while before I can get to this.
can we load excel data using this libraray and query the dataframe as we do in padnas using sql command df.select("select col1,col2,from df")