@roon@lemmy.ml to Programmer Humor@lemmy.mlEnglish • 11 months ago"I want to live forever in AI"lemmy.mlimagemessage-square72fedilinkarrow-up1458arrow-down125cross-posted to: programmer_humor@programming.dev
arrow-up1433arrow-down1image"I want to live forever in AI"lemmy.ml@roon@lemmy.ml to Programmer Humor@lemmy.mlEnglish • 11 months agomessage-square72fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareNatelinkfedilinkEnglish7•11 months agoA value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy
A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy