Marcello Barisonzi
Marcello Barisonzi
I can confirm this is definitively broken with Pandas 2.0.0. The workaround is to replace `pandas.Index.to_native_types()` with `pandas.Index.format()`
agree with the OP. how do I run the code?
Great, thanks!
no problem, thanks
> [@Mause](https://github.com/Mause) Thanks for hopping in, and thanks for putting together `duckdb_engine`. I was looking at your documentation and the [`sqlalchemy` docs for creating sequences](https://docs.sqlalchemy.org/en/14/core/defaults.html#associating-a-sequence-as-the-server-side-default). From what I can tell,...