Published March 11, 2025 | Version v1
Dataset Open

Modified Cars 1k dataset for SimViz

Description

A curated version of the Used Cars Dataset employed in SimViz. It is a JSON file with:

  • metadata: A description of the dataset (case base) with information about attribute types and a manufacturer taxonomy.
  • cases: 1k cars randomly selected from the original dataset. The dataset was cleaned using the following rules:
    • Rows with missing values were removed
    • Filter cars with year<1950
    • Filter cars whose price is less than \$500 or greater than \$200000

Cases contain the following attributes:

  1. id: Case identifier
  2. year
  3. manufacturer
  4. model
  5. condition
  6. fuel
  7. title_status
  8. transmission
  9. type
  10. drive
  11. paint_color
  12. price

Files

cars-1k.json

Files (264.0 kB)

Name Size Download all
md5:73eb7d97d047be14a49aa4c29b03dadd
264.0 kB Preview Download

Additional details

Related works

Is variant form of
Dataset: 10.5281/zenodo.10457828 (DOI)

Dates

Available
2025-03

Software

Repository URL
https://github.com/gjimenezUCM/simviz
Programming language
Python, JavaScript, TypeScript
Development Status
Active