'Can statsmodels.tsa.x13.x13_arima_analysis process spec files from BLS website?

I'm looking to use statsmodels.tsa.x13.x13_arima_analysis in lieu of the Windows client for X13 Arima SEATS to perform seasonal adjustment for CES data.

Can this Python package process the same input files as the Windows client? Files can be found here. They are:

  • Specification file
  • Input data file
  • Prior-adjustment file
  • User-defined regression variables (dummy variables) file
  • Metafile
  • Recent outliers


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source