Given a dataset that represents a user's navigation of a website, find the top N most frequently visited paths. The data comes from a web server's access logs where you typically get the following fields: timestamp, IP address, request string, response code, user agent and cookies.