Robots Atlas>ROBOTS ATLAS

Python — From Basics to Advanced · Pandas — Tabular Data Analysis

DataFrame and Series — the basics

Pandas — Tabular Data Analysis

Question 01 / 06

Pitfall: df[df.age > 30]["score"] = 0 — what is wrong?