ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
4.36k stars 540 forks source link

test(examples): add penguins example test #9130

Closed gforsyth closed 3 weeks ago

gforsyth commented 3 weeks ago

The palmer penguins data has null valued integers, which when used to create a memtable, leads to pandas casting a column to float because it reads in the nulls as NaN.

We added a fix for this for some backends in #9094.