Convert to tabular from file dataset

Simon Lavender 1 Reputation point
2021-04-09T08:14:43.027+00:00

Yesterday I ran the ‘consume’ code to pull the data onto the cluster and it seemed to work but I still can’t use it from ML designer as it’s a file dataset rather than a tabular dataset. I’ve tried a couple of ways of converting it without success, my next avenue of exploration is to use the SDK rather than trying to do it through the console

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-04-09T20:14:35.61+00:00

    Hi, Designer only supports tabular dataset, hence you'd need to use SDK to work with file dataset. Based on the documentation, there's no method for converting file dataset to tabular dataset. Is your file in csv format? Perhaps you can create a datastore and connect to your blob storage. Then, use the import data module in designer to connect to your datastore(data path in blob storage). You can also create tabular dataset from datastore. Let me know if you have further questions, thanks.

    0 comments No comments