Hi,
I have a technical question about the cars,
In my dataset, I have the make/model/age/fuel of vehicles, what I need is the engine capacity of cars. I need to categorize them based on engine capacity to mini, small, medium, and large.
what is the easiest way to do that? I found a database of technical attributes of cars, but it takes a lot of time to search for each vehicle and for example do make/model of all ages have the same engine capacity? or should I check make/model/year to find engine capacity?
thank you