Chuliang Xiao
Chuliang Xiao
Something wrong with `coord_proj(us_laea_proj)`, while it works with `coord_map("polyconic")`
Snowflake Open Source Contribution Terms and Conditions By accepting and agreeing to this contributor license agreement, I understand and agree that my Contribution (as defined below) is public and that...
I have read the CLA Document and I hereby sign the CLA
The code runs fine but the SQL transferred is NOT quite right. ```python from snowflake.snowpark import functions as F from snowflake.snowpark import types as T data = [ (["value1", "value2",...
Hi @sfc-gh-sghosh , Thanks very much for looking into my request. There is a big difference between **Semi-structured** and **Structured** Array. `CAST (UNSTRUCTURED_ARRAY AS ARRAY)` from `.cast(T.ArrayType("VARCHAR"))` returns **Semi-structured** Array...
Having similar issues with **Snowpark** `write_pandas` and `createDataFrame`, a Pandas timestamp column * with local TimeZone --> correct `TIMESTAMP_NTZ` in Snowflake * without TimeZone --> `NUMBER` in Snowflake
Having the same issue Pandas `datetime64[ns, America/New_York]` becomes Snowflake `TIMESTAMP_NTZ(9)` using **snowpark** `session.write_pandas`
Having the same issue on with `10.4 LTS (includes Apache Spark 3.2.1, Scala 2.12)` ``` H2O_cluster_version: 3.38.0.4 Python_version: 3.8.10 final ```