so lately i've been working on simple log analysis in python. I've got a log file and gotta do specific tasks on it. The first one is to print out the date that had most requests to a specific url. The date format is YYYY-MM-DD. If i get the first one down imma do rest myself, just don't know how to start. I've already imported the file.
The question is, how do i define a specific format (for example XXXX-XX-XX) and compare it with other ones? Would like to see some real code that does it. Thanks