This is a proposal for a new DataFrame format in https://github.com/hyparam/hightable.
Goals:
- synchronous rendering
- events to trigger rerenders
- support sorting
- support sampling and shuffling
from huggingface_hub.hf_api import ( # type: ignore | |
REPO_TYPES, | |
REPO_TYPES_URL_PREFIXES, | |
HfApi, | |
_raise_for_status, | |
) | |
def update_repo_settings( | |
hf_api: HfApi, | |
repo_id: str, |
This is a proposal for a new DataFrame format in https://github.com/hyparam/hightable.
Goals: