I had the same issue: geopandas in Databricks notebooks does not open shapefiles from an Azure Storage mount.I managed to copy the shapefile to the Databricks workspace using dbutils.fs.cp(shapefile_path, f"file:{local_shapefile_copy_dest_path}") Th...