org.sonar.l10n.py.rules.python.S6741.json Maven / Gradle / Ivy
{
"title": "The \"pandas.DataFrame.to_numpy()\" method should be preferred to the \"pandas.DataFrame.values\" attribute",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"data-science",
"pandas",
"numpy"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6741",
"sqKey": "S6741",
"scope": "All",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy