runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "lib.pyx", line 2391, in pandas._libs.lib.maybe_convert_numeric ValueError: Unable to parse string "1.1M.9" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> gr.LinePlot(get_data, x="Trending Topic / Hashtag", y="Tweet Volume", tooltip=["Trending Topic / Hashtag","Tweet Volume"] , every=5, overlay_point=True, width=500, height=500, title='Real-Time Line Plot') File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/native_plot.py", line 135, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 218, in __init__ load_fn, initial_value = self.get_load_fn_and_initial_value(value, inputs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 260, in get_load_fn_and_initial_value initial_value = value() File "/home/user/app/app.py", line 13, in get_data df["Tweet Volume"] = pd.to_numeric(df["Tweet Volume"]) File "/usr/local/lib/python3.10/site-packages/pandas/core/tools/numeric.py", line 232, in to_numeric values, new_mask = lib.maybe_convert_numeric( # type: ignore[call-overload] File "lib.pyx", line 2433, in pandas._libs.lib.maybe_convert_numeric ValueError: Unable to parse string "1.1M.9" at position 7
Container logs:
Fetching error logs...