Exploratory Data Analysis using Bigquery and Colab Enterprise Reviews
Loading...
No results found.

Apply your skills in Google Cloud console

Exploratory Data Analysis using Bigquery and Colab Enterprise Reviews

3771 reviews

Ayush G. · Reviewed 8 месяцев ago

Daniel W. · Reviewed 8 месяцев ago

Geraldo G. · Reviewed 8 месяцев ago

Christopher R. · Reviewed 8 месяцев ago

Nicholas R. · Reviewed 8 месяцев ago

East b. · Reviewed 8 месяцев ago

Juliette J. · Reviewed 8 месяцев ago

abhishek S. · Reviewed 8 месяцев ago

Juan A. · Reviewed 8 месяцев ago

Fareedat B. · Reviewed 8 месяцев ago

Alex V. · Reviewed 8 месяцев ago

Prasanth G. · Reviewed 8 месяцев ago

Dilnaz S. · Reviewed 8 месяцев ago

Dilnaz S. · Reviewed 8 месяцев ago

Georgiana M. · Reviewed 8 месяцев ago

Sikai W. · Reviewed 8 месяцев ago

Marco Antonio T. · Reviewed 8 месяцев ago

Amina Z. · Reviewed 8 месяцев ago

numeric_df = df.select_dtypes(include=[np.number]) corr_matrix = numeric_df.corr() plt.figure(figsize=(10, 5)) sns.heatmap(corr_matrix, annot=True, vmin=0, vmax=1, cmap='viridis') plt.show() This gave an error: NameError Traceback (most recent call last) <ipython-input-11-fb238de4271e> in <cell line: 6>() 4 5 plt.figure(figsize=(10, 5)) ----> 6 sns.heatmap(corr_matrix, annot=True, vmin=0, vmax=1, cmap='viridis') 7 plt.show() NameError: name 'sns' is not defined <Figure size 1000x500 with 0 Axes>

Donna S. · Reviewed 8 месяцев ago

Carlos J. · Reviewed 8 месяцев ago

Nusret Ö. · Reviewed 8 месяцев ago

Luciano F. · Reviewed 8 месяцев ago

Runish Kumar G. · Reviewed 8 месяцев ago

Camilo S. · Reviewed 8 месяцев ago

Cannis M. · Reviewed 8 месяцев ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.