qri-io / starlib

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

fix(dataframe): Append works with DataFrame args #148

Closed dustmop closed 2 years ago

dustmop commented 2 years ago

Before, df = df.append(item) required item to be a starlark.List. With this change, it may also be another DataFrame.