A tool to annotate CSV data.
ID,Name,Age,Comment
1,Alice,30,
2,Bob,25,
3,Charlie,35,
4,Diana,28,
5,Edward,40,
python CSV Data Annotator.py
To install pandas
pip install pandas
To install tkinter
pip install tk
- Upload the csv file
- Write the index number
- Write the column number
- Write annotate.
- Click on
save annonated file
button to save the file
Tip
When you enter the index or column number and click the ok, for some reason it will show the column number or annotate entering dialog for only few milliseconds and disapper show click anywhere to see the dialog box.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
This repository is licensed under MIT License