ORNL-AMO / AMO-Tools-Desktop

AMO-Tools-Desktop is an energy efficiency calculation application for use with industrial equipment such as pumps, furnaces, fans, and motors, as well as for industrial systems such as steam. Currently in beta.
Other
39 stars 22 forks source link

DataExplorer: Visualize data from multiple csv files #3781

Open rmroot opened 4 years ago

rmroot commented 4 years ago

Currently setup so that you can only directly compare scatter plot data from the same csv. (csv1field1 vs csv1field2) and not (csv1field1 vs csv2field2)

We did this because the relationship between the two csv may not match up. One may have 5 second data and the other 10 second data.

Figure out a way in which we can compare these

nbintertech commented 1 year ago

Need to look at Alex's Fuji 3 file with offset date and time as it's disabling date/time columns incorrectly when 'apply to all' is selected

koay9f commented 5 months ago

We are currently allowing the comparison between different csvs. However, they are matching based on their position in the dataframe, not the time stamp. I will talk to Alex and see how important this feature would be. I think it might just be easiest to suggest to users that they manually align the data b/c any UI I can think of to try to do it would just be needlessly complicated when they could just do it in excel.