Personal Car Dataset Visualization

Job ID: 37936292

Budget: $30 – $250 USD

I am looking for an expert data visualizer to assist me with a personal project. I have a substantial car dataset that needs to be processed and represented visually. While I don't have any specific insights in mind, I am curious to see what insights and patterns an experienced professional can discern.

Given the car dataset in the attachment, you need to do a visual analysis of clustering these cars.
1. You should pick at least four columns for clustering the cars. You are free to decide which columns to use and determine your rules for performing the clustering.
2. Using web-based techniques (e.g., D3.js) to visualize your clustering results.
a. Use a circle to represent each car.
b. Cars in the same cluster should be spatially placed near each other.
c. Use different colors for different clusters.
d. When mouse-hovering or selecting a car, you should show its detailed information from the given dataset.
3. You should answer the following questions, in addition to submitting your code. a. Which columns do you choose to perform the clustering?
b. What is your rule for deciding whether a car belongs to a cluster or not? c. How many cars are there in the largest cluster?
d. Do you find any cars) falsely clustered? For example, it is more reasonable that car A should be in cluster 2, but it is displayed in cluster 1. If so, you need to explain why this happens.
Regarding to the development part, you should use good software engineering practices. Comment your code, use consistent formatting, use meaningful variable names, etc.