cancel
Showing results for 
Search instead for 
Did you mean: 
Abhimanyu
New Contributor II
since ‎01-07-2025
‎08-05-2025

User Stats

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

User Activity

I'm working in a Databricks notebook and using Spark to query a Delta table. Here's the code I ran: df = spark.sql("select * from catalog.schema.table") df = df.dropna(how="all") display(df)This works fine unless the DataFrame has a column name that ...