Spaces:
Build error
Build error
File size: 86 Bytes
8adda05 |
1 2 3 4 5 |
import pandas as pd
def load_data(file):
data = pd.read_csv(file)
return data |