dotnet / corefxlab

This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
MIT License
1.46k stars 345 forks source link

Load DataFrame from IDataReader #2924

Closed jmbeamer closed 3 years ago

jmbeamer commented 4 years ago

Not quite as straightforward as a LoadSql() method but I think this route offers a great amount of flexibility for importing data from many sources without introducing a dependency nightmare.

dnfclas commented 4 years ago

CLA assistant check
All CLA requirements met.

pgovind commented 4 years ago

@jmbeamer: Thank you for opening this PR. Do you think you could add some unit tests too?

jmbeamer commented 4 years ago

@pgovind: Sure — I'll add some this weekend