Data Cleaning App

Hi All,

I made this web-app using streamlit which will let an analyst use a no-code app to quickly clean data.
I am thinking of adding more features like filling the missing values with mean/median according to the data. Also, one more feature can be added which will correct the data type of the columns (number to int instead of string and likewise).

Link to app : Streamlit

Link to Github : anzarwani/clean-edit (github.com)

Thats a good start. Keep it up. Do you need any help in adding more functionalities ?

1 Like

To analyse the data you may allow users to use pandas profiling streamlit-pandas-profiling: Docs, Community, Tutorials | Openbase it’s really great

1 Like

Thanks. This component will be helpful in creating analysis report.

Thank you for the feedback. I will come back to this thread for any help.

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