Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # Read in the data
  2. file_path = "UCI_Credit_Card.csv"
  3. data = spark.read.csv(file_path, header=True)
  4.  
  5. # Show the data
  6. data.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement