이 페이지에서는 Vertex AI Workbench 관리형 노트북에서 데이터를 탐색하고 시각화하는 일반적인 방법을 설명합니다. 데이터 시각화에 일반적으로 사용되는 사전 설치된 Python 패키지 및 R 라이브러리를 사용할 수 있습니다. BigQuery 데이터를 탐색하고 시각화하려면 데이터를 시각화하는 패키지와 함께 BigQuery 클라이언트 라이브러리를 사용하면 됩니다.
일반적인 Python 패키지 및 R 라이브러리
기본적으로 관리형 노트북 인스턴스는 데이터 시각화를 위한 공통 Python 패키지 및 R 라이브러리와 함께 사전 설치됩니다(예: matplotlib, seaborn, ggplot2). 이러한 패키지 및 라이브러리를 노트북 파일로 가져오거나 로드하면 바로 사용할 수 있습니다.
BigQuery 데이터
일반적인 Python 패키지를 사용하여 BigQuery 데이터를 시각화할 수 있습니다. BigQuery 클라이언트 라이브러리는 추가 메서드를 제공하며 기본적으로 BigQuery 클라이언트 라이브러리는 관리형 노트북 인스턴스에 사전 설치되어 있습니다.
Python 시각화 기능과 함께 BigQuery 클라이언트 라이브러리를 사용하는 방법의 예시는 BigQuery 테이블에서 데이터 탐색 및 시각화를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-09(UTC)"],[],[],null,["# Explore and visualize data in Vertex AI Workbench managed notebooks\n\nExplore and visualize data: Overview\n====================================\n\n\n| Vertex AI Workbench managed notebooks is\n| [deprecated](/vertex-ai/docs/deprecations). On\n| April 14, 2025, support for\n| managed notebooks will end and the ability to create managed notebooks instances\n| will be removed. Existing instances will continue to function\n| but patches, updates, and upgrades won't be available. To continue using\n| Vertex AI Workbench, we recommend that you\n| [migrate\n| your managed notebooks instances to Vertex AI Workbench instances](/vertex-ai/docs/workbench/managed/migrate-to-instances).\n\n\u003cbr /\u003e\n\nThis page identifies common ways to explore and visualize data\nin Vertex AI Workbench managed notebooks. You can use\npre-installed Python packages and R libraries that are commonly used\nfor data visualization. To explore and visualize BigQuery data,\nyou can use the BigQuery client library with\npackages that visualize data.\n\n### Common Python packages and R libraries\n\nBy default, managed notebooks instances are pre-installed\nwith common Python packages and R libraries for data visualization, for example\n[matplotlib](https://matplotlib.org/),\n[seaborn](https://seaborn.pydata.org/index.html),\nand [ggplot2](https://ggplot2.tidyverse.org/). Import or load these packages\nand libraries into your notebook file and they are ready to use.\n\n### BigQuery data\n\nYou can use common Python packages to visualize\nBigQuery data. The BigQuery client library\nprovides additional methods, and by default the\nBigQuery client library is pre-installed in\nmanaged notebooks instances.\nFor an example of how to use the BigQuery client library\nwith Python plotting capabilities, see [Explore and visualize data in\nBigQuery tables](/vertex-ai/docs/workbench/managed/visualize-data-bigquery).\n\nWhat's next\n-----------\n\n- [Explore and visualize data in\n BigQuery tables.](/vertex-ai/docs/workbench/managed/visualize-data-bigquery)\n\n- To learn more about BigQuery, see\n [What is BigQuery?](/bigquery/docs/introduction)"]]