with open("mylist.csv") as f:     list2 = [row.split()[0] for row in f]

Read more of this post