org.sonar.l10n.py.rules.python.S6740.json Maven / Gradle / Ivy
The newest version!
{
"title": "\u0027dtype\u0027 parameter should be provided when using \u0027pandas.read_csv\u0027 or \u0027pandas.read_table\u0027",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"data-science",
"pandas"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6740",
"sqKey": "S6740",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM"
},
"attribute": "CLEAR"
}
}