org.sonar.l10n.py.rules.python.S6734.json Maven / Gradle / Ivy
{
"title": "inplace\u003dTrue should not be used when modifying a Pandas DataFrame",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"pandas",
"data-science"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6734",
"sqKey": "S6734",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy