Re: Create Dashboard for CSV data

2020-01-20 Thread Shivam Dutt Sharma
You may use matplotlib / seasborn. You can also create dataframes from that csv file and opt for creating bar/line/box plots. Best, Shivam On Mon, Jan 20, 2020, 19:29 Santhosh sridhar wrote: > I have a csv file : each line having some inputs and some status. I need > to read this csv file and

Create Dashboard for CSV data

2020-01-20 Thread Santhosh sridhar
I have a csv file : each line having some inputs and some status. I need to read this csv file and present the data as a dashboard with some charts. I came across to use chart js plugin. Is there any better approach? -- You received this message because you are subscribed to the Google Groups