blaze / castra

Partitioned storage system based on blosc. **No longer actively maintained.**
BSD 3-Clause "New" or "Revised" License
153 stars 21 forks source link

Update castra to provide proper dask metadata #64

Closed jcrist closed 8 years ago

jcrist commented 8 years ago

After dask https://github.com/dask/dask/pull/1422, dask dataframe mandates that all dask dataframes are fully typed. Previously to_dask wouldn't result in a fully typed dataframe, this fixes that.