Fabrizio Primerano
Fabrizio Primerano
@felipecode Thanks for your prompt reply! Unfortunately I guess I don't get your answer. Is the data-collector able to handle scenarios from 0.9.x scenario-runner (according to an issue in the...
I guess we are getting close to understanding each other :) What do you mean by "you already have data from 0.9.x"? I have XMLs that are in a format...
Ok, that is already very helpful, thanks! I tried to generate such a json file, however I was not able to find the proper way to do it. In their...
From my understanding so far, the issue is that matplotlib requires the number of days from the epoch (01-01-1970) for the datetime conversion, while pandas passes a float value of...
@MarcoGorelli: I've looked into the issue further and the Period values in seconds actually originate from: https://github.com/pandas-dev/pandas/blob/103d3b2bb8912c87f3ec11c1048e7e0a19225fef/pandas/plotting/_matplotlib/converter.py#L252-L255 In order to get the date in elapsed days since epoch as required...