Candidate_Selection / src /data_preparation.py
Shiv1143's picture
Upload 6 files
8adda05 verified
raw
history blame
86 Bytes
import pandas as pd
def load_data(file):
data = pd.read_csv(file)
return data