Snowpro Associate Platform · Free Practice Question Easy

Question 9

Which package is needed for Python worksheet?
  • A NumPy
  • B Pandas
  • C Matplotlib
  • D Snowpark
Reveal correct answer

Correct answer: D

Explanation

✅ Snowpark

Explanation:

To use Python worksheets in Snowflake, the required package is Snowpark for Python, which enables:

  • Writing and executing Python code directly in Snowsight worksheets

  • Accessing Snowflake data using Snowpark DataFrames

  • Building data pipelines, transformations, and ML workflows within Snowflake

❌ Pandas – Optional; can be used alongside Snowpark but not required
❌ NumPy – Optional; useful for numerical operations but not essential for worksheet functionality
❌ Matplotlib – Optional; used for visualizations, not core worksheet execution

More details in Snowflake’s official Python worksheet documentation.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need