I’m trying to convert a pandas DataFrame into a Pathway table in “static mode” but running into an issue with timestamps not being supported. I’d love to see support for this dtype on the roadmap
Code:
t = pw.debug.table_from_pandas(df)
is throwing a TypeError: argument 'values': unsupported value type: Timestamp