If possible, start with a Jupyter or databricks notebook On Tue, 19 Jul 2022 at 7:35 am, Joris Billen <[email protected]> wrote:
> Thank you - looks like it COULD do it. > Have to try if I can have a simple UI, user selects one out of 100 > options, and receives the correct x/y plot and correct histogram of data > stored in hive and retrieved with spark into pandas… > > Many thanks for your suggestion! > > > On 18 Jul 2022, at 15:08, Sean Owen <[email protected]> wrote: > > You pull your data via Spark to a pandas DF and do whatever you want > > > -- Best Regards, Ayan Guha
