I often find myself using z.show() to see some portion of a dataframe and then 
realizing that I want to use some of the values from that table in my next 
paragraph of code. For example, I may show a table of Lat/Longs and then once I 
look at it realize that I want to next filter a data frame for the Lat/Long 
that showed up in the first row.

Is there currently or could there ever be a way to access those values in code? 
Currently the best I can do is click into the values to copy them and then 
paste them out. Alternately since I’m using spark I can re-run the query to 
collect those values out to a variable but that isn’t practical for long 
running queries.

This is probably a long shot but there is a lot zeppelin is capable of that I 
don’t know about so figured it was worth asking. Also, something about the way 
z.show() tables are shown makes it really frustrating to copy and paste (I 
can’t select values in tables unless I click on them a few times)

Paul Brenner
Head of Data Science
pbren...@placeiq.com | (217) 390-3033 | www.placeiq.com
twitter @placeiq linkedin /placeiq

Reply via email to