I get data in my job which contains datetime, Temperature, Current(mA), Brake release. This data is of a crane motor. In one day there are about 80k-100k rows in excel generated by the tags.
I have to make a visulization where the datetime, current, temperature, and releasing of the brakes(0&1 only) are shown for every second and it should be live and the graph must have arrows and zoom in with functions that if I click in one point it takes me to the data.
It could be on excel, jupyter, R studio or any visualization tools like tableau, looker etc.
This is the first query in my newly joined job, I am very frustrated because I have tried several things but it just won't happen.
People in my office has done this same thing but the data aggregates for maximum/minimum and only shows on hourly basis.
Tried line chart in excel and bar plot in jupyter but won't happen.