I am using Zeppelin 0.7.2. I have only one frame with sql query, for example select colum1,colum2 from table and I can list and build data using the built-in tools. But is this the end?
How can I reuse request data? Maybe I want to build it using matplotlib and filter other things that I can not do with sql? Should I run the query again or run the query from an interpreter such as python or scala, with more features?
source share