snowflakedb/snowpark-python

Snowflake Snowpark Python API

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on January 5th, 2025
Created on April 19th, 2021
Open Issues & Pull Requests: 199 (+0)
Number of forks: 154
Total Stargazers: 340 (+0)
Total Subscribers: 14 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.1 hours
Mean response time: 62.7 days
90th percentile: 127.0 days
Tracked items: 194

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "triaged" is answered fastest, typically in about 6 hours, while "feature" waits about 4 days. Only 4% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 71
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 489 days
Stale 30+ days: 70
Stale 90+ days: 70

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • status-triage_done (129)
  • bug (98)
  • local testing (61)
  • feature (55)
  • needs triage (30)
  • triaged (11)
  • enhancement (4)
  • question (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Snowpark Python is Snowflake's Python API library that enables developers to build data processing applications without moving data out of Snowflake. The library provides intuitive interfaces for querying and processing data directly within Snowflake's cloud data warehouse, supporting both traditional Snowpark Python workflows and a pandas-compatible API through Snowpark pandas. This approach allows data engineers and scientists to leverage familiar Python patterns while maintaining data locality and security.

The repository supports Python versions 3.10, 3.11, 3.12, and 3.13 for the core Snowpark Python API, with Snowpark pandas limited to Python 3.10 and 3.11. Installation is straightforward through standard Python package management, with optional dependencies available for enhanced functionality. The library integrates with the Snowflake Python Connector for underlying database communication and supports conversion between Snowpark DataFrames and pandas DataFrames through to_pandas and write_pandas operations. For users familiar with pandas, the Snowpark pandas API provides a compatible interface that translates pandas-style operations into Snowflake SQL execution, powered by the modin library.

The repository's scope encompasses ETL automation, dataframe operations, SQL integration, and machine learning workflows within Snowflake's cloud data platform. It serves data engineers building ETL pipelines, data scientists performing analytics, and developers creating data-driven applications. The library enables SQL execution directly from Python code while maintaining the benefits of Snowflake's distributed computing infrastructure. Package authenticity is supported through cosign signature verification, allowing users to validate downloaded packages from PyPI and GitHub releases.

Documentation is comprehensive, including a developer guide, API reference documentation, and curated sample code available through Snowflake-Labs repositories. The project maintains logging configuration for both the Snowpark library and the underlying Snowflake Python Connector, enabling detailed debugging when needed. Contributing guidelines are documented in CONTRIBUTING.md, establishing clear pathways for community participation in the project's ongoing development.