1

Python – Pandas – Skrivanje “chained indexing” problema pod tepih

Problem

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
   ... blabla ... izvorni kod dođe ovdje ...
datoteka.py:136: SettingWithCopyWarning:

Rješenje.py

pandas.options.mode.chained_assignment = None


pandas xpandas chained xchained indexing xindexing xpython