bluenote10 / NimData

DataFrame API written in Nim, enabling fast out-of-core data processing
MIT License
341 stars 22 forks source link

finish partial stripQuotes implementation #32

Closed jorisbontje closed 5 years ago

jorisbontje commented 5 years ago

stripQuotes was already present in the strCol schema field definition, however it wasn't actually implemented. This adds the stripping of quotes (either ' or ") by enabling the stripQuotes argument.