I store thousands of time series in .csv
files on a network drive. Before I update the files, I first get the last line of the file to see the timestamp and then I update with data after that timestamp. How can I quickly get the last line of a .csv
file over a network drive so that I don't have to load the entire huge .csv
file only to use the last line?