The new version of Pandas converts dates to integers. This makes the GUI more or less unusable. It will also most probably confuse other parts of the program, especially the file IO will be confused.
The automatic conversion occurs only in some algorithms. It happens when the "expected products" field is updated.
The new version of Pandas converts dates to integers. This makes the GUI more or less unusable. It will also most probably confuse other parts of the program, especially the file IO will be confused.
The automatic conversion occurs only in some algorithms. It happens when the "expected products" field is updated.
Related issue for Pandas: https://github.com/pydata/pandas/issues/3593