Added thingsboard data

This commit is contained in:
Nico Melone
2025-01-26 10:34:54 -06:00
parent 6048c578a1
commit 6d09010fb3
4 changed files with 179 additions and 12 deletions

View File

@@ -14,13 +14,13 @@
</tr>
</thead>
<tbody>
{% for index,row in table_data.iterrows() %}
<!-- {% for index,row in table_data.iterrows() %}
<tr>
<td>{{ row['date'] }}</td>
<td>{{ row['GOOG'] }}</td>
<td>{{ row['AAPL'] }}</td>
<td>{{ row['Name'] }}</td>
<td>{{ row['INLET TURBIDITY'] }}</td>
<td>{{ row['INLET FLOW RATE'] }}</td>
</tr>
{% endfor %}
{% endfor %} -->
</tbody>
</table>