I have a large csv file with about 15 million rows. How do i remove the very last row of the file using chunks?
Or, do i have to read the file, can i go directly to it and remove the row?
Thanks
I have a large csv file with about 15 million rows. How do i remove the very last row of the file using chunks?
Or, do i have to read the file, can i go directly to it and remove the row?
Thanks