Some database queries return python date objects in pandas frames call pd.read_sql. Pandas generally knows how to deal with this, for example, when displaying a table, it formats the date correctly.
However, if this frame is passed to ipyvega VegaLite(spec, df ) VegaLite throws an error complaining that it doesn't understand the datetime object. I think ipyvega should be able to understand the python datetime object.
Some database queries return python date objects in pandas frames call
pd.read_sql. Pandas generally knows how to deal with this, for example, when displaying a table, it formats the date correctly.However, if this frame is passed to ipyvega
VegaLite(spec, df )VegaLite throws an error complaining that it doesn't understand the datetime object. I think ipyvega should be able to understand the python datetime object.