qri-io / starlib

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

feat(dataframe): Append method and set_csv to parse and assign csv #81

Closed dustmop closed 3 years ago

dustmop commented 3 years ago

While working on switching our starlark dataset object to use ds.body = instead of ds.set_body(), ran into the problem of qri tests needing append to pass. Also, set_csv is a utility function to enable certain tests to pass; these were previously deserializing json to get native starlark list of lists that were directly assigned to the body.