An open API service indexing awesome lists of open source software.

https://github.com/shivamswarnkar/edgar_analytics-solution


https://github.com/shivamswarnkar/edgar_analytics-solution

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## This Repo is a solution for Insight Data Science's [edgar analytics challange](https://github.com/InsightDataScience/edgar-analytics)

## src/sessionization.py takes following arguments
--log_file PATH_OF_LOG_FILE (default = ../input/log.csv)
--inactivity_period_file PATH_OF_INACTIVITY_PERIOD_FILE (default = ../input/inactivity_period.txt)
--output_file PATH_OF_OUTPUT_FILE (default = ../output/sessionization.txt)

## Dependencies (Modules)
- csv
- sys
- argparse
- datetime

**Note : Developed using Python 3.6**