question

KrishnamohanNadimpalli-6337 avatar image
0 Votes"
KrishnamohanNadimpalli-6337 asked GiftA-MSFT answered

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

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GiftA-MSFT avatar image
1 Vote"
GiftA-MSFT answered

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.--

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.