mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 03:31:17 -07:00
updating pylint
This commit is contained in:
parent
19b3ba24ef
commit
5ff988ab29
25 changed files with 154 additions and 101 deletions
|
@ -1369,7 +1369,9 @@
|
|||
"\n",
|
||||
"results = results.reset_index()\n",
|
||||
"\n",
|
||||
"results.to_csv(\"~/Downloads/tribal_area_as_a_share_of_tract_area.csv\", index=False)\n",
|
||||
"results.to_csv(\n",
|
||||
" \"~/Downloads/tribal_area_as_a_share_of_tract_area.csv\", index=False\n",
|
||||
")\n",
|
||||
"\n",
|
||||
"# Printing results\n",
|
||||
"print(results)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue