mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 02:31:17 -07:00
updating pylint
This commit is contained in:
parent
19b3ba24ef
commit
5ff988ab29
25 changed files with 154 additions and 101 deletions
|
@ -427,7 +427,9 @@
|
|||
}
|
||||
],
|
||||
"source": [
|
||||
"for col in [col for col in download_codebook.index.to_list() if \"(percentile)\" in col]:\n",
|
||||
"for col in [\n",
|
||||
" col for col in download_codebook.index.to_list() if \"(percentile)\" in col\n",
|
||||
"]:\n",
|
||||
" print(f\" - column_name: {col}\")\n",
|
||||
" if \"Low\" not in col:\n",
|
||||
" print(\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue