🌈 搜索
📅  最后修改于: 2022-03-11 14:46:01.784000             🧑  作者: Mango
#one of the columns in your csv file is "Name" print(df["Name"]) for i in df["Name"]: print("Name is :",i)