Hell0
df["Date_y_m_d"] = df["Date"].dt.strftime("%Y-%m-%d") works locally but not in my app on share.streamlit.io
Anybody any idea why?
Hell0
df["Date_y_m_d"] = df["Date"].dt.strftime("%Y-%m-%d") works locally but not in my app on share.streamlit.io
Anybody any idea why?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.