duyan2803's picture
Add files using upload-large-folder tool
6305384 verified
raw
history blame contribute delete
67 Bytes
import pandas as pd
df = pd.read_csv('clean.csv')
print(len(df))