Re: very simple UI on webpage to display x/y plots+histogram of data stored in hive

2022-07-18 Thread ayan guha
If possible, start with a Jupyter or databricks notebook On Tue, 19 Jul 2022 at 7:35 am, Joris Billen 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 >

Re: very simple UI on webpage to display x/y plots+histogram of data stored in hive

2022-07-18 Thread Joris Billen
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

Re: very simple UI on webpage to display x/y plots+histogram of data stored in hive

2022-07-18 Thread Sean Owen
Sure, look at any python-based plotting package. plot.ly does this nicely. You pull your data via Spark to a pandas DF and do whatever you want. On Mon, Jul 18, 2022 at 1:42 PM Joris Billen wrote: > Hi, > I am making a very short demo and would like to make the most rudimentary > UI (withouth kn