{"categories":[{"label":"Information Analysis","url":"https://skillfed.io/packages/category/scientific-engineering-information-analysis/2"}],"enrichment":{"capability":"Provides offline and online access to Vega datasets as Pandas DataFrames, with a half-dozen datasets bundled locally and fallback to HTTP for others.","skillfed_tags":["sample-data","visualization","abandoned"],"use_cases":["Prototyping data visualizations with Altair or Matplotlib using well-known reference datasets","Teaching or demonstrating data analysis workflows with standard, reproducible sample data","Unit testing visualization or data-processing code with bundled datasets that require no network","Quick exploratory analysis when you need a familiar dataset like iris or flights without downloading","Building examples or documentation that reference canonical datasets from the Vega ecosystem"],"what_it_does":"vega_datasets is a data-loading utility that gives you quick access to a collection of sample datasets commonly used in data visualization and analysis. It wraps the Vega project's public dataset collection and returns them as Pandas DataFrames. The package bundles a half-dozen datasets (iris, cars, seattle-weather, and others) for offline use, and falls back to fetching additional datasets via HTTP when needed.\n\nYou import a single `data` object, call methods like `data.iris()` to get a DataFrame, and optionally inspect the source URL or local file path. The package is designed for exploratory analysis, visualization prototyping, and testing\u2014situations where you need real but small, well-known datasets without setting up a data pipeline.","worth_installing":"Yes, if you need sample datasets for visualization or analysis prototyping and can tolerate that the package is no longer maintained. The low install friction, permissive license, and bundled offline data make it convenient for development and teaching. However, do not rely on it for production pipelines or expect updates to bundled datasets or compatibility with future pandas versions."},"id":"vega-datasets","links":{"html":"https://skillfed.io/packages/vega-datasets","md":"https://skillfed.io/packages/vega-datasets.md","pypi":"https://pypi.org/project/vega-datasets/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-11-26","license_spdx":null,"license_treatment":"permissive","name":"vega-datasets","python_support":"supports_current","summary":"A Python package for offline access to Vega datasets"},"popularity":{"monthly_downloads":199869,"position":9699,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.9.0"}
