intheon / stream_viewer

Real-time visualization of streaming data
MIT License
23 stars 9 forks source link

pin pandas below 2.0 #2

Closed stellarpower closed 1 year ago

stellarpower commented 1 year ago

I get an error when starting:

AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

(sorry, lost the full backtrace).

It seems append was removed in pandas 2.0, so pinning the package for now.

stellarpower commented 1 year ago

Thanks!!