TroLUG 2021-09#
Datum: (02.09.2021)
Thema: Datenanalyse Teil II: Spikes in Messdaten filtern
Teilnahmelink:
https://bbb.daten.reisen/b/jon-mqr-zwu
Anmeldungen#
- Jan
Thorsten
Karl
Michael
Jonas
Maic (schaffe es heute leider nicht, wünsche Euch viel Spaß)
Schade, danke Maic!
Protokoll#
Vorbereitetes Repository: https://github.com/rzbrk/despiking
https://de.wikipedia.org/wiki/Kalman-Filter
pip install –user pipenv
export PATH=/home/USERNAME/.local/bin:$PATH
Linear interpolation on column “alt_derivfilt” and substitute NaN#
obj[“alt_derivfilt”].interpolate(method=‘linear’, limit_direction=‘forward’, inplace=True)
BBB Chat
https://en.wikipedia.org/wiki/Kalman_filter
https://github.com/rzbrk/despiking
git clone https://github.com/rzbrk/despiking
python –version
pip –version
pip 21.2.4 from /usr/lib/python3.9/site-packages/pip (python 3.9)
python3.10 –version
Python 3.10.0rc1