I have several .csv files with house data from four different districts:
So the result I want that is to gather features into a numpy array X_train
so that the model can be train and predict the house price for an unknown given latitude and longtitude ( coordinate )
The target X_train
that I want contains these features: Bedrooms,Gardens,Latitude, Longitude (depending on the name of the .csv file, for example all the data from Duckez.csv file when merging will contain the latitude and longtitude of Dukez).
There are 4 similar .csv file: Duckez.csv, Vim.csv, Hustla.csv, Zedrim.csv