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.
- Host: GitHub
- URL: https://github.com/harmanveer-2546/reducing-data-entries
- Owner: harmanveer-2546
- Created: 2024-06-13T17:30:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:15:05.000Z (9 months ago)
- Last Synced: 2025-01-11T14:48:41.044Z (5 months ago)
- Topics: csv, data, data-entry, delete-data, excel, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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