get_colnames

getml.database.get_colnames(name, conn=None)

Lists the colnames of a table held in the database.

Parameters
  • name (str) – The name of the table in the database.

  • conn (Connection, optional) – The database connection to be used. If you don’t explicitly pass a connection, the engine will use the default connection.