From pandas dataframe back to MLTable

MONGE BOLANOS LUIS DIEGO 0 Reputation points
2023-04-14T07:37:55.29+00:00

Hi, in the Microsoft Learn course it shows how we can convert an MLTable into a pandas dataframe with the to_pandas_dataframe() method.

I wonder if the opposite exists, in order to convert from a pandas dataframe into an MLTable.

Thanks!

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

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-04-14T23:56:55.35+00:00

    Hi @MONGE BOLANOS LUIS DIEGO , Thanks for using Microsoft Q&A Platform.

    To create a dataset from pandas dataframe you can use register_pandas_dataframe() method.
    To learn about this please refer to this documentation: https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-create-register-datasets?view=azureml-api-1&viewFallbackFrom=azureml-api-2#create-a-dataset-from-pandas-dataframe
    Is this something you are looking for? Could you please share the documentation you are referring to?

    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.