available()

audb.available(*, only_latest=False, repositories=None)[source]

List all databases that are available to the user.

Parameters
Return type

DataFrame

Returns

table with database name as index, and backend, host, repository, version as columns

Examples

>>> df = audb.available(only_latest=True)
>>> df.loc[["air", "emodb"]]
      backend                                   host   repository version
name
air        s3  s3.dualstack.eu-north-1.amazonaws.com  audb-public   1.4.2
emodb      s3  s3.dualstack.eu-north-1.amazonaws.com  audb-public   1.4.1