cancel
Showing results for 
Search instead for 
Did you mean: 
der
Contributor III
since ‎03-19-2025
a week ago

User Stats

  • 32 Posts
  • 2 Solutions
  • 7 Kudos given
  • 11 Kudos received

User Activity

import json with open("/Workspace/Users/<USER>/config.json", "r") as f: config = json.load(f) print(config)Throws following errorOSError: [Errno 5] Input/output error: '/Workspace/Users/<USER>/config.json'[Trace ID: 00-874e2bc3d747c3611c0c4a...
I want to read an Excel xlsx file on DBR 17.3. On the Cluster the library dev.mauch:spark-excel_2.13:4.0.0_0.31.2 is installed. V1 Implementation works fine:df = spark.read.format("dev.mauch.spark.excel").schema(schema).load(excel_file) display(df)V2...
We try to use rasterio on a Databricks shared/standard cluster with DBR 17.1. Rasterio is directly installed on the cluster as library. Code:import rasterio rasterio.show_versions()Output: rasterio info:rasterio: 1.4.3GDAL: 3.9.3PROJ: 9.4.1GEOS: 3.11...
We are currently building our dashboards in Apache Superset. With the Git integration in Databricks AI/BI Dashboards, the development process has improved a lot. So we are thinking about switch to Databricks AI/BI Dashboard.One pain point in Databric...
I need to load the Spark UI events of a long-running job.I found this Databricks knowledge base article on the topic:https://kb.databricks.com/clusters/replay-cluster-spark-eventsHowever, the referenced notebook is no longer accessible.Does anyone st...