validation and KW Hammer Lastfälle
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"C:\\Users\\georg\\AppData\\Local\\Temp\\ipykernel_29732\\1290488230.py:2: 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\\georg\\AppData\\Local\\Temp\\ipykernel_24336\\3411177260.py:2: 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_25 15.20 M12 SS100%.csv\",sep=\";\",header=7,index_col=False)\n"
|
||||
]
|
||||
}
|
||||
@@ -53,7 +53,7 @@
|
||||
"df['M1-LA'] = pd.to_numeric(raw_data['M1-LA'])/100\n",
|
||||
"df['M2-LA'] = pd.to_numeric(raw_data['M2-LA'])/100\n",
|
||||
"df['Druck'] = pd.to_numeric(raw_data['P-DRL'])\n",
|
||||
"df['Pegel'] = pd.to_numeric(raw_data['Pegel-UW'])\n",
|
||||
"df['Pegel'] = pd.to_numeric(raw_data['PEGEL-UW'])\n",
|
||||
"\n",
|
||||
"val_t_vec_raw = np.array(df['timestamp']-df['timestamp'][0])\n",
|
||||
"val_LA1_vec_raw = np.array(df['M1-LA']) \n",
|
||||
@@ -501,7 +501,7 @@
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"[<matplotlib.lines.Line2D at 0x1e74e242940>]"
|
||||
"[<matplotlib.lines.Line2D at 0x18a94bcf820>]"
|
||||
]
|
||||
},
|
||||
"execution_count": 10,
|
||||
|
||||
Reference in New Issue
Block a user