Hello all,

I am having an issue with the following:

https://gyazo.com/5859ddccf510c7cd465b6b7e0a44e35c

The screenshot above shows that the line of code works and that it colors the dataframe as intended.

But if I try to display the dataframe after or do any other code for that matter, this occurs:

https://gyazo.com/c716d844a47c5e36d8b121669478d106

Another example with variable assignment and that the colored dataframe does not display:

https://gyazo.com/7e136a8d2806a79373af75b3effb09ec

I would like to be able to display this in a loop: (https://gyazo.com/6052b15b56a0df5ded0153dc47a1ffba) See the code to see that it is the same line.

Online tutorials show that this should display the colored dataframe. Unfortunately it does not work for me. Can anyone tell me what I have to do to display the colored dataframe. 

Best regards,

Jakob Haussmann

 

 

Author