This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new d0f78d96 fix(docs): Fix formatting issues in geopandas-interop.md 
(#760)
d0f78d96 is described below

commit d0f78d96de311029051152c2c5a6899e2daa62d1
Author: Terry L. Blessing <[email protected]>
AuthorDate: Mon Apr 13 17:07:57 2026 -0500

    fix(docs): Fix formatting issues in geopandas-interop.md (#760)
---
 docs/geopandas-interop.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/geopandas-interop.md b/docs/geopandas-interop.md
index e4cdc302..a917f342 100644
--- a/docs/geopandas-interop.md
+++ b/docs/geopandas-interop.md
@@ -25,10 +25,10 @@ This notebook shows how to leverage GeoPandas with SedonaDB 
for large-scale geos
 
 You'll learn how to:
 
-- Read common geospatial file formats like GeoJSON and FlatGeobuf into a 
GeoPandas GeoDataFrame
+- Read common geospatial file formats like GeoJSON and FlatGeobuf into a 
GeoPandas GeoDataFrame.
 - Convert these data from these input formats into a SedonaDB DataFrame for 
large-scale analysis.
 
-Any file type that can be read by GeoPandas can also be read into a SedonaDB 
DataFrame!
+Any file type that can be read by GeoPandas can also be read into a SedonaDB 
DataFrame.
 
 
 ```python
@@ -69,7 +69,7 @@ gdf
 </style>
 <table border="1" class="dataframe">
   <thead>
-    <tr style="text-align: right;">
+    <tr style="text-align: left;">
       <th></th>
       <th>prop0</th>
       <th>prop1</th>

Reply via email to