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 months ago

Daniel W. · Reviewed 8 months ago

Geraldo G. · Reviewed 8 months ago

Christopher R. · Reviewed 8 months ago

Nicholas R. · Reviewed 8 months ago

East b. · Reviewed 8 months ago

Juliette J. · Reviewed 8 months ago

abhishek S. · Reviewed 8 months ago

Juan A. · Reviewed 8 months ago

Fareedat B. · Reviewed 8 months ago

Alex V. · Reviewed 8 months ago

Prasanth G. · Reviewed 8 months ago

Dilnaz S. · Reviewed 8 months ago

Dilnaz S. · Reviewed 8 months ago

Georgiana M. · Reviewed 8 months ago

Sikai W. · Reviewed 8 months ago

Marco Antonio T. · Reviewed 8 months ago

Amina Z. · Reviewed 8 months 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 months ago

Carlos J. · Reviewed 8 months ago

Nusret Ö. · Reviewed 8 months ago

Luciano F. · Reviewed 8 months ago

Runish Kumar G. · Reviewed 8 months ago

Camilo S. · Reviewed 8 months ago

Cannis M. · Reviewed 8 months ago

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