snowpark-python
snowpark-python copied to clipboard
Snowflake Snowpark Python API
1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1359041 2. Fill out the following pre-review checklist: - [x]...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python 3.11.8 2. What operating system and processor architecture are you using? linux...
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? `Python 3.10.11` 2. What are the Snowpark Python and pandas versions in the...
1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-NNNNNNN 2. Fill out the following pre-review checklist: - [...
Fixed minor typo in `CONTRIBUTING.md`.
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...
Add dependencies on `tox`, `protoc-wheel-0` and `setuptools-protobuf` to the development profile of Snowpark. 1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...
``` data = { "pandas_datetime": ["2021-09-30 12:00:00", "2021-09-30 13:00:00"], "date": [pd.to_datetime("2010-1-1"), pd.to_datetime("2011-1-1")], "datetime.datetime": [ datetime.datetime(2010, 1, 1), datetime.datetime(2010, 1, 1), ], } pdf = pd.DataFrame(data) pdf["pandas_datetime"] = pd.to_datetime(pdf["pandas_datetime"]) df =...