Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Use Panda Observer
Expected behavior
A clear and concise description of what you expected to happen.
Stacktrace
File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 564, in _run_script
exec(code, module.__dict__)
File "/home/user/app/app.py", line 90, in <module>
execute_workflow(generate_config, spinner_col, log_component)
File "/home/user/app/utils.py", line 216, in execute_workflow
raise ex
File "/home/user/app/utils.py", line 202, in execute_workflow
sink_response_list = sink.send_data(analyzer_response_list, sink_config)
File "/home/user/.local/lib/python3.10/site-packages/obsei/sink/pandas_sink.py", line 63, in send_data
config.dataframe = config.dataframe.append(responses)
File "/home/user/.local/lib/python3.10/site-packages/pandas/core/generic.py", line 6204, in __getattr__
return object.__getattribute__(self, name)
Please complete the following information:
- OS:
- Version:
Additional context
Add any other context about the problem here.