A personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)
""" | |
Carlo Hamalainen <[email protected]> | |
Given a directory of shapefiles, e.g. | |
$ ls /path/to/shapefiles/ | |
Project_Name.dbf | |
Project_Name.prj | |
Project_Name.sbn | |
Project_Name.sbx |
A personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)