https://github.com/shivamswarnkar/edgar_analytics-solution
https://github.com/shivamswarnkar/edgar_analytics-solution
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivamswarnkar/edgar_analytics-solution
- Owner: shivamswarnkar
- Created: 2018-04-06T15:56:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T16:15:31.000Z (over 7 years ago)
- Last Synced: 2025-06-05T16:06:07.273Z (4 months ago)
- Language: Python
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**