You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #97 we introduce a table preview, that relies on downloading the whole table into cache.
We might update the behavior later to read only the first part of a table (which is possible with parquet and csv tables).
The easiest solution might be to first add this feature to audformat, and also provide a way in audb to download a table without writing a pickle file to cache.
The text was updated successfully, but these errors were encountered:
In #97 we introduce a table preview, that relies on downloading the whole table into cache.
We might update the behavior later to read only the first part of a table (which is possible with parquet and csv tables).
The easiest solution might be to first add this feature to
audformat
, and also provide a way inaudb
to download a table without writing a pickle file to cache.The text was updated successfully, but these errors were encountered: