A simple CSV to JSON Converter built using Streamlit and Pandas. This tool allows users to upload a CSV file, clean unnecessary columns (such as unnamed or empty columns), and convert the CSV data ...
Notifications You must be signed in to change notification settings This is a simple Python script to read a complex CSV file of medicine data and extract specific columns into a new, clean CSV file.