I'm trying to import a dataset of UK postcode districts UK postcode districts from Google Fusion tables into geopandas with the aim of splicing it to a dataset of house prices.
The problem is that geopandas doesn't seem to like either the CSV/KML version of the data.
If I use the command geopandas.from_file(path) then I receive the error:
DriverError: unsupported driver: u'CSV'I have the same error when I try to import a KML version of the data (You can download the data below).
I'm sure it's trivial, but can anyone work out what I'm doing wrong?
UK postcode districts - KML
UK postcode districts - CSV
أكثر...
The problem is that geopandas doesn't seem to like either the CSV/KML version of the data.
If I use the command geopandas.from_file(path) then I receive the error:
DriverError: unsupported driver: u'CSV'I have the same error when I try to import a KML version of the data (You can download the data below).
I'm sure it's trivial, but can anyone work out what I'm doing wrong?
UK postcode districts - KML
UK postcode districts - CSV
أكثر...