My goal is to take a CSV that contains 50 rows and one column and import the data into a feature class with over 3,000 rows using arcpy. I want to pick a random row from the CSV and then iterate through the rows in the featureclass.
I will need to use this workflow constantly, but am unsure of how to read the CSV into arcpy.