Datetime Index without Timezone will give error

Could anyone show me an example of displaying a dataframe with datetime index (naive timezone) on streamlit?
After getting error, starting from …no attribute total_seconds, I tried to work around it by converting it to string by strftime, but the order of index would be messed up, thus converted it to categorical, and found out cant handle panda categorical index yet. All I am trying to do is to show this; can not manage:
image

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.