qri-io / starlib

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

feat(dataframe): Stringify limits size, omit extra rows and columns #124

Closed dustmop closed 3 years ago

dustmop commented 3 years ago

Stringification fixes, makes DataFrames output like this: screenshot

drop method is added because it turned out to be very useful to have for tests.