When creating an Arrow table from a Pandas DataFrame, the table schema contains a field of type timestamp[ns]. When serialising that table to a parquet file and then immediately reading it back, the ...
tl;dr: F.to_timestamp fails in a local Snowpark testing environment, but only in some specific contexts, not all the time. The following is an example but I'm not sure how general it is. What version ...