#one of the columns in your csv file is "Name" print(df["Name"])  for i in df["Name"]:   print("Name is :",i)

Read more of this post