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

Use Pandas Date & Time objects instead of Python's `datetime` #49

Closed eike-welk closed 7 years ago

eike-welk commented 7 years ago

Pandas has its own date and time objects (which are really numbers, I think). Pandas can perform interpolation with these objects, therefore use them instead of Python's datetime objects.

Read up on date and time handling in Pandas.

eike-welk commented 7 years ago