available()

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

List all databases that are available to the user.

Parameters

only_latest (bool) – include only latest version of database

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    artifactory  https://audeering.jfrog.io/artifactory  data-public   1.4.2
emodb  artifactory  https://audeering.jfrog.io/artifactory  data-public   1.4.1