Qa

View or edit on GitHub

This page is synchronized from trase/models/paraguay/soy/qa.ipynb. Last modified on 2025-12-13 00:30 CET by Trase Admin. Please view or edit the original file there; changes should be reflected here after a midnight build (CET time), or manually triggering it with a GitHub action (link).

from trase.tools.aws.aws_helpers import get_pandas_df
from trase.tools.

df_customs = concat(
    get_pandas_df(
        f"bolivia/soy/trade/cd/export/out/bolivia_soy_export_{year}.csv",
        sep=";",
        keep_default_na=False,
        dtype=str
    )        
    for year in range(2014, 2021)
)