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

Issue 52 #70

Closed alexanderlukanin13 closed 8 years ago

alexanderlukanin13 commented 8 years ago

All items in #52 implemented

epogrebnyak commented 8 years ago

TABLE_HEADER must not be imported to var_names.py: from kep.file_io.tabulate import pure_tabulate, TABLE_HEADER

alexanderlukanin13 commented 8 years ago

@epogrebnyak TABLE_HEADER is used by get_var_table_as_dataframe, which is used by kep.query.save.write_to_xl

epogrebnyak commented 8 years ago

True, missed that.