mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-29 12:10:04 +03:00
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": null,
|
|
"metadata": {},
|
|
"outputs": [],
|
|
"source": [
|
|
"!pip install pandas\n",
|
|
"!pip install xlrd"
|
|
]
|
|
},
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": null,
|
|
"metadata": {},
|
|
"outputs": [],
|
|
"source": [
|
|
"import xlrd\n",
|
|
"book = xlrd.open_workbook(\"Datasheets info.xlsx\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ2 - Pololulu\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ3 - Sparkfun\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ4 - Sparkfun\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ5 - Sparkfun\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ6 - Sparkfun\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ7 - Sparkfun\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ8 - Sparkfun\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ9 - Haoyuelectronics\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ131- Sensorsportal\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ135 - HANWEI\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ131- Sensorsportal\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ131- Sensorsportal\")\n",
|
|
"sheetMQ2 = book.sheet_by_name(\"MQ131- Sensorsportal\")"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {
|
|
"kernelspec": {
|
|
"display_name": "Python 3",
|
|
"language": "python",
|
|
"name": "python3"
|
|
},
|
|
"language_info": {
|
|
"codemirror_mode": {
|
|
"name": "ipython",
|
|
"version": 3
|
|
},
|
|
"file_extension": ".py",
|
|
"mimetype": "text/x-python",
|
|
"name": "python",
|
|
"nbconvert_exporter": "python",
|
|
"pygments_lexer": "ipython3",
|
|
"version": "3.7.3"
|
|
}
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 2
|
|
}
|