Closed jeremyjordan closed 1 year ago
@jeremyjordan - thanks for submitting this. Would you be willing to create a PR with a fix?
Sure thing!
@jeremyjordan - thanks for the contribution. Any other suggested improvements / fixes, please let us know. Really appreciate your feedback.
Thanks for putting together this library! It's simple and easy to use 😄 I'm really interested in things like #7 for monitoring Delta Tables.
This library doesn't currently have pandas listed as a dependency https://github.com/MrPowers/levi/blob/main/pyproject.toml
However, it uses the
to_pandas()
method indeltalake
which causes an error if you don't havepandas
installed in your environment https://github.com/MrPowers/levi/blob/main/levi/__init__.py#L49