import pandas as pd from numpy import dtype df = pd.read_csv('Nowcoder.csv',dtype=object) print(df.loc[df['Language'] == 'Python'])