qri-io / starlib

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

dataframe: test for pandas parity with variadic-row Dataframe constructor #159

Open b5 opened 2 years ago

b5 commented 2 years ago

CSVs can be gross. sometimes they include rows with different column counts. I'd like a test that checks what Dataframe does when variadic row data is fed to the constructor, and a confirmation that our behaviour matches pandas.

This request-for-a-test grew out of #150