loganhotz / edan

economic data analysis toolkit, with an emphasis on NIPA accounts and BLS labor aggregates
0 stars 0 forks source link

ENH: Create base classes for Components & NIPATables #2

Closed loganhotz closed 3 years ago

loganhotz commented 3 years ago

In case a CPI section is added to edan, it would be nice to already have sub-classable base objects for the CPI series & tables that would come with that section. GDPSeries are already subclasses of the CoreSeries in edan/containers.py

loganhotz commented 3 years ago

aggregates and cpi modules added