sheeriot / surveyor

RF Field Surveyor - A Django Project for LoRaWAN Field Performance Evaluation
0 stars 0 forks source link

Geoview - module 'pandas' has no attribute 'empty' - line 48 #5

Closed krisdthompson closed 5 months ago

krisdthompson commented 5 months ago

https://surveyor1.kttex.com/geowan/geoview/?endnode=156&start=2024-02-02T00%3A00&end=2024-02-02T08%3A22&submit=Submit result

module 'pandas' has no attribute 'empty'

Crash, there is no pd.empty(). It should be pd.Dataframe(). Fixing

krisdthompson commented 5 months ago

fixed