geost.io.Geopackage.get_column_names# Geopackage.get_column_names(table: str) → list[source]# Get the column names of a table in the geopackage. Parameters: table (string) – Name of the table to get the column names for. Returns: columns – List of the column names for the table. Return type: list