Discussions
Advan Montly Patterns: March 2025
5 days ago by Terrence
Hi Dewey Team,
I’m having trouble downloading the Advan Monthly Patterns dataset for March 2025 using the Bulk API in Python. The code and data download works fine for February 2025, April 2025, and all the other months, but not for March.
My Code: filesdf = ddp.get_file_list(apikey, pp_advan_wp,
start_date = '2025-03-01',
end_date = '2025-03-31',
print_info = True);
The response I get: " KeyError: 'link' "
It appears that the DataFrame returned by ddp.get_file_list() for March does not contain a column named 'link', which may be causing the script to fail when it tries to create the 'download_link' column. But I not certain about this.
Thanks for the assistance