framex.get_url#
- get_url(name: str, format: Literal['csv', 'parquet', 'feather'] = _EXTENSION) str#
Returns the URL of the dataset.
- Parameters:
name (
str) – Name of the dataset.format (
{'csv', 'parquet', 'feather'}, optional) – Format of the dataset. Default is ‘parquet’
- Returns:
str– URL of the dataset.
Examples
import framex as fx fx.get_url('diamonds')
'https://raw.githubusercontent.com/datavil/datasets/main/feather/diamonds.feather'