Skip to content

Conversation

@mscolnick
Copy link
Contributor

Summary

Fixes issue #7918 where geopandas GeoDataFrame geometry columns appeared as empty dictionaries in marimo's table display instead of readable geometry strings.

Problem

When displaying a GeoDataFrame in marimo, the geometry column (which contains shapely geometry objects like Point, Polygon, LineString) was being serialized as empty dicts {} instead of proper Well-Known Text (WKT) format strings like "POINT (-95 37)".

## Summary

Fixes issue #7918 where geopandas GeoDataFrame geometry columns appeared as empty dictionaries in marimo's table display instead of readable geometry strings.

## Problem

When displaying a GeoDataFrame in marimo, the geometry column (which contains shapely geometry objects like Point, Polygon, LineString) was being serialized as empty dicts `{}` instead of proper Well-Known Text (WKT) format strings like `"POINT (-95 37)"`.
@mscolnick mscolnick requested a review from akshayka as a code owner January 21, 2026 20:08
@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jan 21, 2026 8:18pm

Request Review

@mscolnick mscolnick merged commit 36b99f2 into main Jan 21, 2026
45 of 56 checks passed
@mscolnick mscolnick deleted the ms/7918 branch January 21, 2026 23:21
botterYosuke pushed a commit to botterYosuke/marimo that referenced this pull request Jan 22, 2026
botterYosuke pushed a commit to botterYosuke/marimo that referenced this pull request Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants