Closed jeremyjordan closed 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.
to_pandas()
pandas
@jeremyjordan - thanks for adding this!
Fixes #12
The library currently uses the
to_pandas()
method in deltalake but doesn't specifypandas
as a dependency when you install the package.