Hi all,
I'm using a Python tool in my workflow to do some cleaning and calculations on time series data.
I use pandas dataframes to work with the data and then write the dataframe back to the workflow/
However, the timestamp field (yyyy-mm-dd hh:mm:ss, datetime64[ns]) is truncated to only the date when writing back to the workflow. The datetime field is fine just before, so it looks like the Alteryx.write function truncates the datetime to date.
Any ideas how to solve this?
Thanks for your consideration.