This project visualizes car data by fuel type, using a pie chart to display the distribution of different fuel types. The visualization is rendered with D3.js.
The dataset used here is Car Data from the provided CSV file, containing the following relevant attributes:
The data is grouped by Fuel
to show the distribution of
different fuel types in the dataset.
The dataset is fetched from the following URL: Car Data CSV
The pie chart displays the proportions of different fuel types in the dataset. Each segment represents a unique fuel type, and the size of each slice corresponds to the number of cars using that fuel type. This visualization helps in understanding the distribution of fuel types in the dataset.