Andrew Melo

Results 19 comments of Andrew Melo

I'm still trying to grok the "building blocks", unfortunately. Can I use `overlay` as another dimension? I'd like to overlay the `step` of two different samples on each other (this...

The following is close, but it unfortunately doesn't label/colorize the samples ```python overlay(wjet_met.step(normalized=True), dyjet_met.step(normalized=True)).to(canvas) ``` ![visualization](https://user-images.githubusercontent.com/93354/44629406-8fb14680-a914-11e8-9883-bda4f6e7b0f4.png)

Would that limitation be a reason to put the multiple samples into a single histogram, so the "meaning" is still known to histbook? There's a handful of "standard" plots that...

Hello, I've begun the process to allow the notebook to be able to directly query the sparkcontext for the web URL: http://apache-spark-developers-list.1001551.n3.nabble.com/SparkContext-singleton-get-w-o-create-td24653.html This would let users use this extension w/o...

Hi @sadhen -- I've tried to follow the different PRs and JIRAs, so forgive me if I've missed it. Do you think at some point this work will support Pandas'...

I presume one complication is to get the k8s bits plumbed right to expose UDP externally

Thanks for the response! I'll try moving this code forward to awkward1 >

So, I hunted this more ... the try/except wrapping around the roundabout.main.main() was hiding what the problem was. Turns out, it's not a logging thing. I changed the lgtm string...

Well, it's not necessarily a case-insensitivity problem .. the string from the user gets passed into a regex. I had the string "+1", which got substituted to "^+1$" in the...