I try to deploy my aps, but find this error:
TypeError: Argument ‘placement’ has incorrect type (expected pandas._libs.internals.BlockPlacement, got slice)
Thanks for sharing this question. If you aren’t seeing this error locally, this is probably a result of your app using a different version of Pandas when you’ve deployed it on Streamlit Community Cloud – I’d recommend looking at what version of Pandas you’re using locally and then pinning Pandas to that version via your requirements.txt file