I have a DataFrame with 343,500 records that needs an API call on each one individually. This will naturally take some time, so I want to quicken the process via threading.<