How to import CSV file as a dataset for Azure machine learning

Abdelrahman Morsy 21 Reputation points
2021-03-10T11:47:02.993+00:00

I need to import CSV files as a dataset for my Azure machine learning experiment but I will get an error in execution, kindly provide me with the correct steps.
The aim of the experiment is to generate a demand forecast in MS D365 F&O based on the historical data provided in the CSV files.

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

Accepted answer
  1. SUNOJ KUMAR YELURU 13,921 Reputation points MVP
    2021-03-11T07:27:22.347+00:00

    Hi @Abdelrahman Morsy
    Thank you for posting in Q & A.

    Azure ML Studio Classic import data
    Import your training data into Azure Machine Learning Studio (classic) from various data sources

    Azure ML Designer import data
    Import data into Azure Machine Learning designer

    Please don’t forget to Accept the answer and up-vote wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-03-11T17:58:47.43+00:00

    The Azure AI gallery is a great resource to view sample experiments. Here's a forecasting model for Dynamics 365 example. Regarding the error, please follow-up on this thread. Thanks!


  2. SIVA KOTI REDDY KASARLA 0 Reputation points
    2023-03-30T06:05:40.76+00:00

    all the answer area

    import

    datasample = lib.read_csv(data/sample.csv)

    datasample.____

    as lib

    0 comments No comments