Skip to content

Harshit2012/CSV-Data-Annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CSV-Data-Annotator

A tool to annotate CSV data.

MIT License GitHub Release Forks Stars

Example csv data

ID,Name,Age,Comment
1,Alice,30,
2,Bob,25,
3,Charlie,35,
4,Diana,28,
5,Edward,40,

To run⚙️

python CSV Data Annotator.py

To install libraries

Windows:-

To install pandas

pip install pandas

To install tkinter

pip install tk

How to use

  1. Upload the csv file
  2. Write the index number
  3. Write the column number
  4. Write annotate.
  5. 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.

Preview

Screenshot (66)

Contribution

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.

License

This repository is licensed under MIT License