Using a CSV for image URLS and corresponding Classes

Hi all,

I have an image database I’m gathering from and I have a CSV agile with the name of the species followed by the URL, ex:
Golden Retriever. URL
Black Lab. URL

What should I look into for creating folders or classes via the first row and telling my notebook that when downloading the files for each class put them into its individual folder? Or would it just be better to do it by splitting my CSV? (The one I have has a few hundred species and thousands of urls. It’s possible to go through it but I feel this could be done!)

Thanks!!!

Zach