what is the difference between Dataset.Tabular.register_pandas_dataframe and dataset.register

Krishnamohan Nadimpalli 406 Reputation points
2022-05-04T09:56:00.987+00:00

what is the difference between Dataset.Tabular.register_pandas_dataframe and dataset.register option , which one should I use to register my dataset in Machine learning

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

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,176 Reputation points
    2022-05-04T21:03:33.35+00:00

    Hi, thanks for reaching out. After creating your dataset, use the register() method to register datasets with your workspace. The Dataset.Tabular.register_pandas_dataframe() method is used to create a TabularDataset from an in memory pandas dataframe and registers the TabularDataset to the workspace. Please review the following document for more details. Let us know if you have any further questions. Thanks.

    --please don't forget to Accept Answer if the reply is helpful. Thanks.--

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.