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