i have array of data as given below.
a=np.array([1,2,3,4,5,6,7,8,1,2,3,4,5,6])
i want to get conditional formatting like a>5<
a>5