First of all many thanks all for your prompt response. You are all Awesome !!!
Let me eloborate a bit more.
I have CSV which is 2 GB in size. Has 4 Columns: Network_id, uptime, dateAndTimeStamp and directory number.
Network ids look like this: CBUK12345678 uptime: 550, 800, 600 (in seconds) dateAndTimeStamp: 0013-09-14 10:00:00 PM
it has 3 months of data based on dateAndTimeStamp. The interval between each dateAndTimeStamp is 15mins. i.e. if 0013-09-14 10:00:00 PM the next would be 0013-09-14 10:15:00 PM
There are missing timestamp values in the data. I want to sort the data for 24 hour period (doesnt matter which date, just have to be 24 hour (86400 seconds) ... once I have sorted the data for complete 24 hours (without any missing values in it) filter out those network ids whose up time is 95% of 86400 second in those 24 hours. i.e. add uptime for each 15 mins and see if its 95% of 86400 secs.
I want to select those network ids