import pandas as pd
from numpy import dtype
df = pd.read_csv('Nowcoder.csv',dtype=object,nrows = 6)
print(df)