Get help from the marimo community

Home
Members
hubertrum
h
hubertrum
Offline, last seen 4 months ago
Joined November 25, 2024
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