How to use termcolor to color text inside pandas dataframe

前端 未结 0 730
暗喜
暗喜 2021-01-11 11:13

Here\'s what i have so far

# importing pandas as pd 
import pandas as pd 

from termcolor import colored
red = colored(\'red\',\'red\')
green = colored(\'gree         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题