cancel
Showing results for 
Search instead for 
Did you mean: 
TWib
New Contributor III
since ‎01-10-2023
2 weeks ago

User Stats

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

This code fails with exception:[NOT_COLUMN_OR_STR] Argument `col` should be a Column or str, got Column.File <command-4420517954891674>, line 7 4 spark = DatabricksSession.builder.getOrCreate() 6 df = spark.read.table("samples.nyctaxi.trips") ---->...
The following code throws an error locally in my IDE with Databricks-connect.  from databricks.connect import DatabricksSession spark = DatabricksSession.builder.getOrCreate() spark.sql("CREATE DATABASE IF NOT EXISTS sample") spark.sql("DROP TABLE I...
Kudos from