geost.io.Geopackage.table_head#

Geopackage.table_head(table: str) DataFrame[source]#

Select the first five records from a table the in geopackage for quick inspection.

Parameters:

table (string) – Name of the table to select the first records from.

Returns:

Pandas DataFrame of the first five records.

Return type:

pd.DataFrame