SyntaxFix
Write A Post
Hire A Developer
Questions
If the dataset is called data, then all the rows meeting a condition where value of column 'pm2.5' > 300 can be received by -
data[data['pm2.5'] >300,]