Skip to content

Commit 96d4799

Browse files
committed
Default to excluding pandas index
1 parent c363fcb commit 96d4799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lonboard/geoarrow/geopandas_interop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def geopandas_to_geoarrow(
1111
gdf: gpd.GeoDataFrame,
1212
columns: Optional[List[str]] = None,
13-
preserve_index: Optional[bool] = None,
13+
preserve_index: Optional[bool] = False,
1414
):
1515
df_attr = gdf.drop(columns=[gdf._geometry_column_name])
1616

0 commit comments

Comments
 (0)