Scott Burns
Scott Burns
Any chance of getting this closed (after merge conflicts are resolved)?
It remains connected to the channels side of things I presume?
No it doesn't, but I'd be more than happy to look at a PR :)
Thanks for the update! I'll give this a spin and let you know how it goes.
Hi @piquadrat this didn't work for me :(
> Otherwise I'll just have to move to Celery :) We're close to that as well.
+1. This would be very useful to demonstrate how df.map, df.apply, etc work. I guess it could extend to joins too, right? That would be a very neat way to...
@psychemedia `df.apply` returns the same or lower dimensional structure, [depending on the function](http://pandas.pydata.org/pandas-docs/stable/basics.html#function-application). If we think about generalizing the colourNA to something like applyColour... ``` python def pBlock_applyColour(df, apply_function, colour_func,...
@psychemedia Your approach would ultimately be a lot more sustainable & useful to people of all levels of pandas-ability. I know the pandas devs [are actively re-thinking](https://github.com/pydata/pandas/pull/5330) how to display...
Also thinking about where pip should install. If it installs into /usr/local....site-packages in a build step, that will not exist in a subsequent container hoping to run tests. But installing...