Metadata-Version: 2.1
Name: dask-deltatable
Version: 0.1
Summary: Dask + Delta Table 
Home-page: UNKNOWN
Maintainer: rajagurunath
Maintainer-email: gurunathrajagopal@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev

## Dask Deltatable Reader

Reads a Delta Table from directory using Dask engine.

To Try out the package:

```
pip install dask-deltatable
```

Features:
1. Reads the parquet files based on delta logs parallely using dask engine
2. Supports all three filesystem like s3, azurefs, gcsfs
3. Supports some delta features like
   - Time Travel
   - Schema evolution
   - parquet filters
     - row filter
     - partition filter


