Results 5 comments of Beforerr

One library I know is `swifter` (See jmcarpenter2/swifter/issues/93). But you are definitely right, we should have a way to control it with configuration.

Or we may do in another way, by not raising `TypeError` in `_transform`, and everything hopefully should work smoothly. ``` try: import modin.pandas as mpd except ImportError: pass class ApplyToRows(pdp.ApplyToRows):...

Another idea is to make a dataframe/table to match keyword to remote file link. So the user could specify some keyword to uniquely match the remote link (fuzzy matching might...

I would vote for the first option since this is more general and works for more complicate workflow when using multiple missions with multiple instruments. Also a good reference for...

I tried to improve this before, but gave up latter because of `wildcard` parsing and did not quite understand the logic of `download` function. It would be nice to decompose...