This python program goes thru the files in given directory and parse all log files and filter unwanted data. Once data is filtered, The script uses pandas
library to do analytics. It prints total number of unique users and top 10 sessions with shortest
logest sessions along with page hits per user.
- Python 3.7.4
- Pip Library: pandas 0.24.2