evalml.preprocessing.
load_data
Load features and labels from file.
path (str) – Path to file or a http/ftp/s3 URL
index (str) – Column for index
label (str) – Column for labels
n_rows (int) – Number of rows to return
drop (list) – List of columns to drop
verbose (bool) – If True, prints information about features and labels
features and labels
pd.DataFrame, pd.Series