We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some datasets like ffox are images (.png) and thus throw a ValueError
ffox
ValueError
To reproduce in vega-datasets-0.9.0 (current version on pip):
vega-datasets-0.9.0
from vega_datasets import data data.ffox()
Raises:
--------------------------------------------------------------------------- ValueError Traceback (most recent call last) c:\Users\redacted\Repositories\altair-demos\basic_chart.py in <module> ----> 1 data.ffox() ~\AppData\Local\Programs\Python\Python39\lib\site-packages\vega_datasets\core.py in __call__(self, use_local, **kwargs) 244 return pd.read_csv(datasource, **kwds) 245 else: --> 246 raise ValueError( 247 "Unrecognized file format: {0}. " 248 "Valid options are ['json', 'csv', 'tsv']." ValueError: Unrecognized file format: png. Valid options are ['json', 'csv', 'tsv'].
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some datasets like
ffox
are images (.png) and thus throw aValueError
To reproduce in
vega-datasets-0.9.0
(current version on pip):Raises:
The text was updated successfully, but these errors were encountered: