Just finding some resources for learning about Kalman filter, seems it is a very useful technique which applicable on a lot of different areas.
References:
https://blog.maddevs.io/reduce-gps-data-error-on-android-with-kalman-filter-and-accelerometer-43594faed19c
Tuesday, July 30, 2019
Thursday, July 18, 2019
Conflict between pandas 0.25.0 and pandas-datareader 0.7.0
For Python users, there is a conflict between "pandas 0.25.0" and "pandas-datareader 0.7.0".
If you do an "from pandas_datareader import data", you will got a conflict:
"ImportError: cannot import name StringIO from pandas.compat"
To get rid of this issue, use "pandas 0.24.2" + "pandas-datareader 0.7.0" instead.
If you do an "from pandas_datareader import data", you will got a conflict:
"ImportError: cannot import name StringIO from pandas.compat"
To get rid of this issue, use "pandas 0.24.2" + "pandas-datareader 0.7.0" instead.
Subscribe to:
Comments (Atom)
CSP on Apache
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...
-
When Office2003 couldn't find file SKU011.CAB: regedit -> [HKEY_LOCAL_MACHINE] -> [SOFTWARE] -> [Microsoft] -> [Office] -...
-
Suppose you got a file in Big5 containing some HKSCS characters (e.g. 深水埗, 赤鱲角, etc). When your environment (Ref: Charset.defaultCharset( ) ...
-
The resolution can be changed by editing the BlueStack's registry: HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and ...