Zach Barry
Zach Barry
Just curious - what would be the eventual format the paper would be written in? E.g., Word, LaTeX, etc.? If it's the latter, there are good templates out there for...
Whoa, that's cool lol. I'd expect nothing less. Sounds good.
Hmm, I was using it as a way to do what you were saying in the `However` paragraph. I can't remember what I was doing, but I think it involved...
Very much agreed for the parallel stuff.
This is how hvplot modifies Dask dataframes: https://github.com/pyviz/hvplot/blob/master/hvplot/dask.py Looks like it’s as simple as a monkey patch to add the `.hvplot` attribute, as far as I can tell.
> A thing that could be done, but might be overkill, is to make one notebook per function. The upside is that doing so would make the example usage extremely...
The `reduce` route would be a variant on `.merge().merge()`, I think. The problem that I didn’t explain very well in hindsight is that this is very inefficient for large lists...
This is fantastic. I love type hinting & in some cases, I'm definitely interested in guaranteeing adherence to them in my other projects, as well!
This seems like an interesting idea. Looking at their [meeting notes](https://github.com/pyOpenSci/governance/tree/master/meeting-notes), it seems that their org & its structure is very much a work in progress. Probably good to evaluate...
@Zsailer - what do you think about such a capability in PF?