Forum Discussion

dungtran12's avatar
dungtran12
New Member
1 year ago
Solved

Help with Authentication failed and not presented in the request when reading a CSV file

Hello,    I  tried the Micrososft Fabric tutorial on saving and reading the CSV file to and from the Lakehouse.   https://learn.microsoft.com/en-us/fabric/data-science/tutorial-data-science-inges...
  • dungtran12's avatar
    dungtran12
    1 year ago

    Hello,

       It worked! I I used the spark read api to load data from csv file from the lakehouse.

     

    df = spark.read.format("csv").option("header","true").load("Files/churn/raw/churn.csv")
    display(df)

    Thanks,

    Du