Maximilian Roos

Results 502 comments of Maximilian Roos

@LiChangNY yes that's a great solution

@hilahersz — pandas really isn't the best tool for nested data structures. I'm less involved in this library these days, but I don't think it's implemented yet.

Pandas doesn't support null values in bool columns. There's an [issue](https://github.com/pydata/pandas-gbq/issues/44) to be able to supply a schema; a schema of `bool` on an object column of `True`, `False` and...

Yes, we did something similar in xarray: http://xarray.pydata.org/en/stable/installing.html#minimum-dependency-versions We also have a tool for getting the relevant version of dependencies, which may be useful if there's a number of them

Good point @tswast I just looked back on some code I wrote a few years ago and found this — coincidentally for waiting for jobs from Google Cloud! — though...

I'm not sure it's a duplicate of #735 (though we could combine them) — would it be possible to allow `Ctrl-Space`, even if we multiple modifier keys (i.e. #735) isn't...

Thanks @OrkoHunter ! Albeit with a limited perspective, it would be good to read from the PR being merged rather than `master`; otherwise it makes changing configs more difficult -...

This is amazing! I'm watching now. I already really appreciate the response!

This is really one of the most impressive interactions I've had in OSS, I really appreciate it. A couple of small replies after watching the video: - Thanks for showing...

> If you were to implement it without a special trigger shortcut, just by having the user start typing in order to narrow the list of windows by fuzzy match,...