"elbe_clorophyll_df_1.drop(elbe_clorophyll_df_1[elbe_clorophyll_df_1.Messwert.str.contains('[<]', na=True)].index, inplace=True) #some columns contained string <2.0, so I dropped them for now but probably not an ideal solution\n",
"elbe_clorophyll_df_1.drop(elbe_clorophyll_df_1[elbe_clorophyll_df_1.Messwert.str.contains('[<]', na=True)].index, inplace=True) #some columns contained string <2.0, so I dropped them for now but probably not an ideal solution\n",
elbe_clorophyll_df_1.drop(elbe_clorophyll_df_1[elbe_clorophyll_df_1.Messwert.str.contains('[<]',na=True)].index,inplace=True)#some columns contained string <2.0, so I dropped them for now but probably not an ideal solution
elbe_clorophyll_df_1.drop(elbe_clorophyll_df_1[elbe_clorophyll_df_1.Messwert.str.contains('[<]',na=True)].index,inplace=True)#some columns contained string <2.0, so I dropped them for now but probably not an ideal solution
C:\Users\laurins\AppData\Local\Temp\ipykernel_14088\3108878876.py:1: FutureWarning: The default value of regex will change from True to False in a future version.
C:\Users\laurins\AppData\Local\Temp\ipykernel_14088\3108878876.py:1: FutureWarning: The default value of regex will change from True to False in a future version.