cancel
Showing results for 
Search instead for 
Did you mean: 
gpzz
New Contributor III
since ‎12-12-2022
‎01-15-2026

User Stats

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

User Activity

Hello Databricks Community Team,I hope you are doing well.I have been a long-time user of the Databricks Community Edition and have actively used it over the years to build and maintain several notebooks for learning and experimentation.Recently, I u...
val doubledAmount = premiumCustomers.map(x=>(x._1, x._2*2)).persist(StorageLevel.MEMORY_ONLY) error: not found: value StorageLevel
rdd4 = rdd3.reducByKey(lambda x,y: x+y)AttributeError: 'PipelinedRDD' object has no attribute 'reducByKey'Pls help me out with this
Kudos from