qri-io / starlib

qri's standard library for starlark
MIT License
113 stars 29 forks source link

fix(dataframe): parse_csv determines dtypes per column #140

Closed dustmop closed 2 years ago

dustmop commented 2 years ago

The real fix here is parsePush in dataframe/typed_slice_builder.go. Everything else is just support for the test for this change.