pandas-path icon indicating copy to clipboard operation
pandas-path copied to clipboard

Support `async` for bulk operations

Open pjbull opened this issue 4 years ago • 0 comments

Lots of what we do in _to_apply here is either going to be disk (in the case of Path) or network (if we implement #1) bound and should benefit from doing it async.

https://github.com/drivendataorg/pandas-path/blob/8b7d1478966084733df09864b680b1eec01da0d8/pandas_path/accessor.py#L77-L105

pjbull avatar Feb 12 '21 00:02 pjbull