added code to read validation data txts

This commit is contained in:
Brantegger Georg
2022-09-15 11:30:17 +02:00
parent 137182ab10
commit 8917444461
2 changed files with 162 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
@@ -15,14 +15,14 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"C:\\Users\\georg\\AppData\\Local\\Temp\\ipykernel_34540\\1340824978.py:1: ParserWarning: Length of header or names does not match length of data. This leads to a loss of data with index_col=False.\n",
"C:\\Users\\BRANT\\AppData\\Local\\Temp\\7\\ipykernel_7624\\1340824978.py:1: ParserWarning: Length of header or names does not match length of data. This leads to a loss of data with index_col=False.\n",
" raw_data = pd.read_csv(\"2015_08_24 18.00 M1 SS100%.csv\",sep=\";\",header=7,index_col=False)\n"
]
}
@@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
@@ -55,23 +55,23 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x1f774d49760>]"
"[<matplotlib.lines.Line2D at 0x21d60ce24c0>]"
]
},
"execution_count": 16,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9c2016ba1ceb4d07a17a483bbf50f9a6",
"model_id": "7cd05b652d4a40ca973b5895a8777a64",
"version_major": 2,
"version_minor": 0
},
@@ -104,7 +104,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.13 ('DT_Slot_3')",
"display_name": "Python 3.8.13 ('Georg_DT_Slot3')",
"language": "python",
"name": "python3"
},
@@ -123,7 +123,7 @@
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "4a28055eb8a3160fa4c7e4fca69770c4e0a1add985300856aa3fcf4ce32a2c48"
"hash": "84fb123bdc47ab647d3782661abcbe80fbb79236dd2f8adf4cef30e8755eb2cd"
}
}
},