I'm excited to share my latest personal project: Data Plot It's a data visualization tool made with Python that lets users quickly plot their data into interactive graphs, which can be useful for anyone who needs fast insights from a dataset. How it works: Upload a dataset (.csv, .xlsx, .xls, or .json), choose your X and Y axis columns, and instantly generate an interactive histogram. Built with: Pandas for data handling Plotly Express for interactive charts Streamlit for web interface The project also includes a CLI version for terminal users, featuring input validation and support for selection by file name or index number, although contains more limitations, such as not being able to handle non-CSV files. This was a great exercise in building both a web application and a command line tool from the same core logic. I focused on clean code, reusable functions, and supporting multiple file formats. Check it out: https://lnkd.in/d2cu2EaQ Feedback is always welcome! #Python #DataAnalysis #Streamlit #Plotly #OpenSource #Portfolio #DataVisualization

To view or add a comment, sign in

Explore content categories