Replies: 2 comments 2 replies
-
Having the same problem, please help! |
Beta Was this translation helpful? Give feedback.
1 reply
-
@notmanas @fabmeyer this shouldn't happen. The logic is pretty much the same.
Let me know if it works |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using pandasai version 0.8.1 by calling PandasAI API. But that will be deprecated soon, so I switched to SmartDataframe.
Earlier if I got a dataframe back from PandasAI after processing, I could just use -
st.dataframe(df, use_container_width=True)
to show that dataframe. Now, it doesn't work that way anymore. If I use st.write(result_df), I can see it as a table -

BUT if I use
st.dataframe(result_df)
I don't see the column headers anymore? -

How do I tackle this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions