I have a .csv file with three columns and many rows. I am trying to use pandas to read only the third column.
right now I have:
import pandas as pd
pd.read_csv(r"C:est.csv",usecols=(3))
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…