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

Store tasks and products in `pd.DataFrame` objects. #42

Closed eike-welk closed 7 years ago

eike-welk commented 11 years ago

Tasks and products are currently stored in trivial classes without methods. Therefore they could also be stored as rows in pd.DataFrames. Some code could be deleted if all important pieces of data would be stored in the same way.

There are also complex requirement to access tasks and products, that are more easily fulfilled by pd.DataFrame:

Therefore research if this is possible. Important issues:

eike-welk commented 7 years ago

This will be done in the new software.