coiled / dask-mongo

BSD 3-Clause "New" or "Revised" License
19 stars 9 forks source link

Add initial `read_mongo` functionality #2

Closed ncclementi closed 3 years ago

jrbourbeau commented 3 years ago

@ncclementi I pushed a commit which updates to_mongo and the test_to_mongo_* tests to use Dask Bags instead of Dask DataFrames (xref the thread starting at https://github.com/coiled/dask-mongo/pull/2#discussion_r669902232). Could you make similar updates for read_mongo + tests?

ncclementi commented 3 years ago

@ncclementi I pushed a commit which updates to_mongo and the test_to_mongo_* tests to use Dask Bags instead of Dask DataFrames (xref the thread starting at #2 (comment)). Could you make similar updates for read_mongo + tests?

@jrbourbeau thanks for the updates. I'll take care of the read_mongo + tests part.