doxgxxn / WILT

0 stars 0 forks source link

231212 / pandas dataframe 꾸미기 #100

Open doxgxxn opened 11 months ago

doxgxxn commented 11 months ago
import pandas as pd

df = pd.DataFrame(freq_matrix, index = cfd.keys(), columns=cfd.keys())
df.style.background_gradient(cmap='coolwarm')