Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
13.33k stars 698 forks source link

fix: fix timestamp field to sql bugs #312

Closed longxiaofei closed 1 year ago

longxiaofei commented 1 year ago

This PR fix some errors when converting timestamp fields to sql.

But, There are still some problems when converting temporal type fields to sql. We may spend some time optimizing it.