Feature Extraction
from the columns what a new features we can get as new features?
hints
as example if we have a date column then we can make a new 3 features as [year, month, day]
if we have length and width then we can make the area as new feature
depends on this and search, extarct features from the existing ones!