1

I have data set, and there is something wrong with it fundamentally and I don't understand what.

Till I get to index 4807 everything is ok, and afterwards isn't. All datatypes are float64.

enter image description here

Image on the left is good data, and you can see that Spyder adds colors to it, while on right it doesn't.

1 Answers1

4

You have two different dataframes and I suspect that the one on the right, i.e. train-bad is very large. If so, you need to know that the coloring is not available if the contents of your Dataframe are too large. This is to avaoid lags when browsing.