I have two datasets of equal size and characteristics, I'm looking for metrics to compare these data. I'm using the Python language associated with Pandas and Sklearn.
These are data related to packets and/or octets transmitted on a network interface. It is continuous data, as I use it to draw a graph, there are 1440 lines by 22 columns, where each column represents the parameter and the lines are the values of these parameters. My intention is to compare two sets with the same characteristics captured at different times and compare them to know the level of equality or discrepancy between them.