pandas-path
pandas-path copied to clipboard
Support `async` for bulk operations
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