Computational Biology log
Programming
Python
general
Statistics
Pandas
Machine Learning
NetworkX
igraph
Visualization
Bash & HPC
Latex
Git
Julia
R
Other info
Data science notes
Work
Readings
Research life
Projects
About me / CV
Search
the best through menu creator from swimbi.com. All Rights Reserved
News
New paper!
Wednesday, July 29, 2020
Pandas: easy visualization of correlation heatmap
df = pd.DataFrame
df.corr().style.background_gradient(cmap="coolwarm", axis=1)
# axis:
1 or ‘columns’ for column-wise, 0 or ‘index’ for row-wise
Newer Post
Older Post
Home