Purgeable / full-app

Keep all functionality for (parsers + db + frontend API) inside one Django project.
0 stars 1 forks source link

Load data #29

Closed Rub4ek closed 7 years ago

Rub4ek commented 7 years ago

Load data: https://github.com/mini-kep/full-app/issues/28

Rub4ek commented 7 years ago

@epogrebnyak I saw each parser has start argument. Can we add it to Dataset.yield_dicts to get data from specific date, like:

gen = Dataset.yield_dicts(start='2017-09-01')
epogrebnyak commented 7 years ago

gen = Dataset.yield_dicts(start='2017-09-01') - that caught me eye too, it is a natural extension, will add that, thanks for pointing out