Closed Rub4ek closed 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')
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
Load data: https://github.com/mini-kep/full-app/issues/28