Azure ML fails to read tabular data set from parquet files, many parquet files.
Creating datasets
from azureml.data.datapath import DataPath
datastore_path = [DataPath(datastore, 'churn')]
tabular_dataset = Dataset.Tabular.from_parquet_files(path=datastore_path)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…