Greg Hayes

Results 47 comments of Greg Hayes

If you call `X = X.compute_chunk_sizes()` before calling `.fit()`, then the search proceeds as expected. This becomes particularly hard to troubleshoot when you use dask_ml.preprocessing.OneHotEncoder(), either alone, or in a...

Sorry for the delay in responding. No, I don't mind, but it may be a bit until I can get to it. I added this to eliminate the fallback to...

The above would be a welcome improvement. I would revise line #2 as follows to support using the "az://" as well. `if not path.startswith(("abfs://", "az://")):` It would be great if...

I was thinking about this a little more. fsspec implements a `_get_kwargs_from_url` which might be ideal here https://github.com/intake/filesystem_spec/blob/ee22435bc57bd9158103415c5fc58c3cbdddebf2/fsspec/spec.py#L199

I’m open to adding it. Just curious as to why we would need “abfss://“ in addition to the existing protocols? > On Jul 26, 2021, at 10:20 PM, Cody ***@***.***>...

I added this into master with #271 . Also @lostmygithubaccount -- I added the ability to register the abfss protocol by importing the package into the local namespace, but it...

Have you tried fs.get(rpath, lpath, recursive=True)? > On Oct 5, 2020, at 11:16 AM, Ray Bell wrote: > >  > I have a partitioned parquet file in Blob Storage....

PR #121 fixes an error in the recursive flag. But currently, you have to get a client for a specific blob, which mandates the *, at least for files with...

Following up. Is this an issue?

Thanks. This looks great!