Log in
Log into community
Get help from the marimo community
New post
Most posts
Powered by
Hall
Home
Members
hubertrum
h
hubertrum
Offline
, last seen 4 months ago
Joined November 25, 2024
Contributions
Comments
Replies
h
hubertrum
7 months ago
·
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')
3 comments
h
A