snowpark-python icon indicating copy to clipboard operation
snowpark-python copied to clipboard

Snowflake Snowpark Python API

Results 341 snowpark-python issues
Sort by recently updated
recently updated
newest added

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]...

NO-CHANGELOG-UPDATES
NO-PANDAS-CHANGEDOC-UPDATES

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...

enhancement
status-triage_done

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...

bug
needs triage
local testing

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...

DO-NOT-MERGE
NO-CHANGELOG-UPDATES

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...

NO-CHANGELOG-UPDATES

``` 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 =...

bug
local testing
status-triage_done