mrpowers-io / levi

Delta Lake helper methods. No Spark dependency.
MIT License
22 stars 8 forks source link

Missing dependency for pandas #12

Closed jeremyjordan closed 1 year ago

jeremyjordan commented 1 year ago

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 in deltalake which causes an error if you don't have pandas installed in your environment https://github.com/MrPowers/levi/blob/main/levi/__init__.py#L49

MrPowers commented 1 year ago

@jeremyjordan - thanks for submitting this. Would you be willing to create a PR with a fix?

jeremyjordan commented 1 year ago

Sure thing!

MrPowers commented 1 year ago

@jeremyjordan - thanks for the contribution. Any other suggested improvements / fixes, please let us know. Really appreciate your feedback.

jeremyjordan commented 1 year ago

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.