X13-ARIMA-SEATS installable binary through Python.
Project description
X13-ARIMA-SETAS PyPI distribution
The US Census Bureau provides a seasonal adjustment program now called 'X-13ARIMA-SEATS' building on both earlier programs called X-11 and X-12 as well as the SEATS program by the Bank of Spain.
Rationale
X13-ARIMA-SEATS remains a critical tool in macroeconomic workflows, however it is not easily positioned to work in deployable environments. This package aims to provide a binary that is callable by Python, or more simply, installs into the Python environment's scripts directory.
Usage
To run X13-ARIMA-SEATS from the command line, use:
python -m x13binary
To run X13-ARIMA-SEATS from a Python program, you can use two methods.
import sys, subprocess
subprocess.call([sys.executable, "-m", "x13binary"])
or
import x13binary
import subprocess
subprocess.call([x13binary.find_x13_bin()])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file x13binary-v1.1.61-py3-none-win_amd64.whl.
File metadata
- Download URL: x13binary-v1.1.61-py3-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa08ba8c293d49d98501ad7aa5e6e962011a008d2c99df4ce63cd45bdb69230e
|
|
| MD5 |
423fca9ba433808bd11f133444d5ba4e
|
|
| BLAKE2b-256 |
2cd7bf3320400fab2db20bf3ec70ab74c1237fbff0ad09b45bb685af352340da
|
File details
Details for the file x13binary-v1.1.61-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.
File metadata
- Download URL: x13binary-v1.1.61-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3, manylinux: glibc 2.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
321b13766e408e71afd66136705a791f5b61d498879448c049236f3ba189500d
|
|
| MD5 |
433706f2cbed8675d236c0f0fff2c8ce
|
|
| BLAKE2b-256 |
c79c578adafbf52114ba63c036840b600464215b2ac17d4f064eab9f645a6a11
|