Closed okennedy closed 5 years ago
Here's an example: https://raw.githubusercontent.com/thebuffalonews/shootings/master/data_cleanup/erie-census-block-group-14.geojson loads as a single-row, 29-column dataset. It's not CSV, but it would be great if I could twiddle a bit and have it load in RAW mode so that I could throw python at it to parse out the relevant columns._
The
LOAD
operation does a great job at figuring out specific parameters (types, delimiters, etc...) but it would be useful to have a way to override the automatically selected values.