Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(examples): add penguins example test (#9130)
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.
- Loading branch information