Skip to content

Commit

Permalink
Update 01-correction-pratique02.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrhouma authored Aug 21, 2024
1 parent 887b231 commit 377e7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion B12-examen-mi-session-01/01-correction-pratique02.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spark = SparkSession.builder \
amrb_data = spark.read \
.option("header", "true") \
.option("inferSchema", "true") \
.csv("path/to/AMRB.csv")
.csv("AMRB.csv")

# Créer une vue temporaire pour utiliser Spark SQL
amrb_data.createOrReplaceTempView("amrb")
Expand Down

0 comments on commit 377e7e4

Please sign in to comment.