available()¶
- audb.available(*, only_latest=False, num_workers=1, repositories=None)[source]¶
List all databases that are available to the user.
- Parameters:
only_latest (
bool) – include only latest version of databasenum_workers (
int) – number of parallel workers used to collect the versions of the databases. Brings speedups under On MinIO/S3 backendsrepositories (
Repository|Sequence[Repository]) – search only in the given repositories. IfNone,audb.config.REPOSITORIESis 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 2.0.0