Import Datasets into Pandas
Pandas gives you a nice way to view, filter and convert UDT datasets.
Last updated
Was this helpful?
Pandas gives you a nice way to view, filter and convert UDT datasets.
Last updated
Was this helpful?
You can export any UDT dataset into a CSV file using the download button at the top of the page.
We can begin by importing the pandas, and our udt.csv file.
If you view the udt_csv object, you should now see a breakdown of your CSV, ready to be imported!
UDT Datasets just have links to images, so we'll need to download the actual images. Check out the , where we show how to easily download images using the fast.ai download_images function.