Skip to content

Python SDK 1.5.3

Compare
Choose a tag to compare
@tatiana tatiana released this 08 Mar 18:37
· 2 commits to release-1.5 since this release
fe4e83d

Bug fix:

  • Support using SQL operators (run_raw_sql, transform, dataframe)
    to convert a Pandas dataframe into a table when using a DuckDB in-memory
    database. #1831

Thanks to @pgzmnk for reporting the issue!