I am trying to use either for loop or anything else to put list inside parameters reporter ='arg'
for instance list ['arg','AFG','ALB','DZA'] and then save them in one dataframe
import pandas as pd
import world_trade_data as wits
pd.set_option('display.max_rows', 6)
Countery_IMPORT = wits.get_indicator('MPRT-TRD-VL', reporter='arg', year='all',partner='wld',datasource='tradestats-trade',name_or_id='name')