hubertrum
Mmarimo
•Created by hubertrum on 8/26/2024 in #help-support
Can you load an ESRI shapefile in a marimo sql cell?
I'm getting a ComputerError when i Trey to create a table from an ESRI shaepfile.
CREATE OR REPLACE table piers AS
select *
from './data/in/gis/OneDrive_1_19-08-2024/OutlineGeofence.shp';
This cell raised an exception: ComputeError('datatype [binary data] cannot be written to csv')
4 replies