renaming columns
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
<table class="display" id="batchCodeTable">
|
<table class="display" id="batchCodeTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>BATCH</th>
|
<th>Batch</th>
|
||||||
<th>Total Number of Adverse Reaction Reports</th>
|
<th>Total Number of Adverse Reaction Reports</th>
|
||||||
<th>DEATHS</th>
|
<th>DEATHS</th>
|
||||||
<th>DISABILITIES</th>
|
<th>DISABILITIES</th>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -964,7 +964,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"def saveBatchCodeTable(vaers, file):\n",
|
"def saveBatchCodeTable(vaers, file):\n",
|
||||||
" batchCodeTable = BatchCodeTableFactory.createBatchCodeTable(vaers, dose = '1')\n",
|
" batchCodeTable = BatchCodeTableFactory.createBatchCodeTable(vaers, dose = '1')\n",
|
||||||
" batchCodeTable.index.set_names(\"BATCH\", inplace = True)\n",
|
" batchCodeTable.index.set_names(\"Batch\", inplace = True)\n",
|
||||||
" display(batchCodeTable)\n",
|
" display(batchCodeTable)\n",
|
||||||
" IOUtils.saveDataFrame(batchCodeTable, file)"
|
" IOUtils.saveDataFrame(batchCodeTable, file)"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user