import pandas as pd
from numpy import dtype

df = pd.read_csv('Nowcoder.csv',dtype=object)
print(df.loc[10:20,'Language'])