Please, find my problem described below. I'd like to calculate basic statistics (min, max, mean) on signals extracted from MDF4 files. My MDF4 files are quite large, 10-20GB, while my computer has a ...
self.df = asammdf.mdf.MDF(self.file_path).to_dataframe() self.df = asammdf.mdf.MDF(self.file_path).export(csv) When trying to load the signals from the MDF4 files the timestamp and the values are ...