DenyTranDFW commited on
Commit
a65cf33
·
verified ·
1 Parent(s): 99364d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ language:
4
+ - en
5
+ tags:
6
+ - finance
7
+ - securities-and-exchange
8
+ - financial-statements
9
+ - sec
10
+ - sql-server
11
+ - docker
12
+ pretty_name: sec_fsnds
13
+ ---
14
+ This dataset is from the SEC's Financial Statements and Notes Data Set.
15
+ It was a personal project to see if I could make the queries efficient.
16
+ It's just been collecting dust ever since, maybe someone will make good use of it.
17
+ Data is up to about early-2024.
18
+ It doesn't differ from the source, other than it's compiled - so maybe you can try it out, then compile your own (with the link below).
19
+ Everything was created from scratch - SEC Files, SQL Server on Docker.
20
+ There aren't any courses on this specifically, but you should be able to do it with some Docker and SQL experience (or just feed all the data to an ML model 😊).
21
+ For details on the SQL Server database this came from, see: "dataset-previous-life-info" folder, which will contain:
22
+ - Row Counts
23
+ - Primary/Foreign Keys
24
+ - SQL Statements to recreate database tables
25
+ - Example queries on how to join the data tables.
26
+ - A pretty picture of the table associations.
27
+ Source: https://www.sec.gov/data-research/financial-statement-notes-data-sets
28
+
29
+
30
+
31
+ Happy coding!