mrpowers-io / levi

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

add pandas extra to deltalake dependency #13

Closed jeremyjordan closed 1 year ago

jeremyjordan commented 1 year ago

Fixes #12

The library currently uses the to_pandas() method in deltalake but doesn't specify pandas as a dependency when you install the package.

MrPowers commented 1 year ago

@jeremyjordan - thanks for adding this!