TL;DR: use bulk_upload coupled with a comprehension to speed up loading.
Initially, I started to convert the data frame to a Model object row by row and save it. While easy, it's also arguably the slowest method to load records, because the save() call performs a