An open API service indexing awesome lists of open source software.

https://github.com/harmanveer-2546/reducing-data-entries

Way to delete data entries from csv/excel file using. For excel file, use excel instead of csv in the code.
https://github.com/harmanveer-2546/reducing-data-entries

csv data data-entry delete-data excel numpy pandas python

Last synced: 3 months ago
JSON representation

Way to delete data entries from csv/excel file using. For excel file, use excel instead of csv in the code.

Awesome Lists containing this project

README

        

Steps :

1. Use basic imports and read the file you want to reduce entries.
2. Storing in a variable and checking where the data entries are required.

Eg - For this repo, like in this dataset there are 525 species of Birds, but I wanted to try for the first 5 species only. So I put check on this dataset and got only the first 5 species..

3. And then when you got the entries reduced, convert them into a new file