Skip to content

Commit 6b866a1

Browse files
authored
Merge pull request #1 from pratikrelekar/xinyao
Update module.py
2 parents 280a91e + f90885e commit 6b866a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

module.py

+16
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
"""
2+
3+
Goal: Read in raw Edgar files, downloadable from the
4+
...
5+
6+
module.py is an auxiliary file that defines the following classes
7+
(1) EdgarAnalyzer
8+
9+
See Example.py for implementation of the EdgarAnalyzer functions
10+
"""
11+
12+
class EdgarAnalyzer(object):
13+
"""
14+
Object class to read in Edgar 10k Data
15+
16+
"""
117

0 commit comments

Comments
 (0)