Why does using using .loc[row_index,col_indexer] = value give FutureWarning: The panel class is removed from pandas? In my code this arises when I run the follo
.loc[row_index,col_indexer] = value