epogrebnyak / data-rosstat-kep

Time series dataset of Rosstat Short-term Economic Indicators ("KEP") publication
http://www.gks.ru/wps/wcm/connect/rosstat_main/rosstat/ru/statistics/publications/catalog/doc_1140080765391
6 stars 6 forks source link

Database operations not performed in one session, require console reset. #43

Closed epogrebnyak closed 8 years ago

epogrebnyak commented 8 years ago

As described in https://github.com/epogrebnyak/rosstat-kep-data/blob/master/src/errors/error_no_wipe.py

vrastonero commented 8 years ago

Sqlite is OK : 'wipe' and 'import_csv' work as they should.The problem was with cached result of database.read_dfs call. So it is reasonable to clear cache when database is changes.

epogrebnyak commented 8 years ago

Agreed, but better leave closing the issue to whoever opened it.