Closed zferic closed 6 years ago
Hi,
I tried running this on the test data in the README.md but get the following error:
Error in [.data.frame(addresses, , address.col.name) : undefined columns selected Calls: unique -> [ -> [.data.frame
[.data.frame
Am I formatting the file incorrectly? It's
id,address 001,3333 Burnet Ave Cincinnati OH 45229 002,660 Lincoln Avenue Cincinnati OH 45229 003,2800 Winslow Avenue Cincinnati OH 45206
And the command line is:
$ docker run --rm=TRUE -v "$PWD":/tmp degauss/geocoder address.csv output Loading required package: methods Error in [.data.frame(addresses, , address.col.name) : undefined columns selected Calls: unique -> [ -> [.data.frame Execution halted
Thanks
Hi,
I tried running this on the test data in the README.md but get the following error:
Error in
[.data.frame
(addresses, , address.col.name) : undefined columns selected Calls: unique -> [ -> [.data.frameAm I formatting the file incorrectly? It's
id,address 001,3333 Burnet Ave Cincinnati OH 45229 002,660 Lincoln Avenue Cincinnati OH 45229 003,2800 Winslow Avenue Cincinnati OH 45206
And the command line is:
$ docker run --rm=TRUE -v "$PWD":/tmp degauss/geocoder address.csv output Loading required package: methods Error in
[.data.frame
(addresses, , address.col.name) : undefined columns selected Calls: unique -> [ -> [.data.frame Execution haltedThanks