oraclesai.push

push(gdf, create_spatial_index=True)

Pushes a geopandas.GeodataFrame into Oracle Database. Creates an internal table in Oracle Database and inserts the data into the table. The table exists as long as a SpatialDataFrame in the Python client references the table.

Parameters:
  • gdf – A class::geopandas.GeodataFrame.

  • create_spatial_index – If True, creates a spatial index in Oracle Database.

Returns:

A new oraclesai.SpatialDataFrame: