cancel
Showing results for 
Search instead for 
Did you mean: 
SparkPractice
New Contributor
since a week ago
9 hours ago

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello guys i am trying to implement Bucketing in DataBricks free edition this is the code and error employee_df.write.format("csv")\           .option("header","true")\           .mode("overwrite")\           .bucketBy(3,"id")\           .option("pat...