available()¶
- audb.available(*, only_latest=False, repositories=None)[source]¶
List all databases that are available to the user.
- Parameters
only_latest (
bool
) – include only latest version of databaserepositories (
Union
[Repository
,Sequence
[Repository
],None
]) – search only in the given repositories. IfNone
,audb.config.REPOSITORIES
is used
- Return type
- 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