Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Esplorare e visualizzare i dati: panoramica
Questa pagina identifica i modi comuni per esplorare e visualizzare i dati
nei notebook gestiti da Vertex AI Workbench. Puoi utilizzare
pacchetti Python e librerie R preinstallati comunemente utilizzati
per la visualizzazione dei dati. Per esplorare e visualizzare i dati BigQuery, puoi utilizzare la libreria client BigQuery con pacchetti che visualizzano i dati.
Pacchetti Python e librerie R comuni
Per impostazione predefinita, le istanze di notebook gestiti sono preinstallate
con pacchetti Python e librerie R comuni per la visualizzazione dei dati, ad esempio
matplotlib,
seaborn
e ggplot2. Importa o carica questi pacchetti
e librerie nel file del notebook e sono pronti per l'uso.
Dati BigQuery
Puoi utilizzare pacchetti Python comuni per visualizzare
i dati BigQuery. La libreria client di BigQuery
fornisce metodi aggiuntivi e, per impostazione predefinita, è preinstallata nelle istanze dei notebook gestiti.
Per un esempio di come utilizzare la libreria client BigQuery
con le funzionalità di tracciamento di grafici di Python, consulta Esplorare e visualizzare i dati nelle
tabelle BigQuery.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 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)"]]