cancel
Showing results for 
Search instead for 
Did you mean: 
saichandu_25
New Contributor III
since ‎05-17-2024
‎05-23-2024

User Stats

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,We want to read the file content of the file and encode the content into base64. For that we have used below code file_path = "/path/to/your/file.csv"file_content = dbutils.fs.head(file_path, 512000000)encode_content = base64.b64encode(file_conten...