eike-welk / clair

Collect prices on E-Commerce sites, and display them in graphical form.
GNU General Public License v3.0
0 stars 0 forks source link

Pandas converts dates to integers. #43

Closed eike-welk closed 11 years ago

eike-welk commented 11 years ago

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