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

Extra offset in Rowsystem.__repr__(): #111

Closed epogrebnyak closed 8 years ago

epogrebnyak commented 8 years ago

from kep.reader.rs import CurrentMonthRowSystem print(CurrentMonthRowSystem())

Variables (67):
    CONSTR                               CORP_DEBT

__repr__ method gives extra spaces in first row, perhaps some problem is with printable() function at https://github.com/epogrebnyak/rosstat-kep-data/blob/master/kep/common/tabulate.py#L27-L31 which is use in __repr__()