Exploratory Data Analysis using Bigquery and Colab Enterprise Reviews
3771 reviews
Ayush G. · Reviewed 8 ay ago
Daniel W. · Reviewed 8 ay ago
Geraldo G. · Reviewed 8 ay ago
Christopher R. · Reviewed 8 ay ago
Nicholas R. · Reviewed 8 ay ago
East b. · Reviewed 8 ay ago
Juliette J. · Reviewed 8 ay ago
abhishek S. · Reviewed 8 ay ago
Juan A. · Reviewed 8 ay ago
Fareedat B. · Reviewed 8 ay ago
Alex V. · Reviewed 8 ay ago
Prasanth G. · Reviewed 8 ay ago
Dilnaz S. · Reviewed 8 ay ago
Dilnaz S. · Reviewed 8 ay ago
Georgiana M. · Reviewed 8 ay ago
Sikai W. · Reviewed 8 ay ago
Marco Antonio T. · Reviewed 8 ay ago
Amina Z. · Reviewed 8 ay 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 ay ago
Carlos J. · Reviewed 8 ay ago
Nusret Ö. · Reviewed 8 ay ago
Luciano F. · Reviewed 8 ay ago
Runish Kumar G. · Reviewed 8 ay ago
Camilo S. · Reviewed 8 ay ago
Cannis M. · Reviewed 8 ay ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.