Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ from IPython.display import clear_output, display, HTML
|
|
18 |
|
19 |
import os, time, shutil, sys, json, io, zipfile, requests, shutil, re
|
20 |
import pandas as pd
|
21 |
-
from os import makedirs as mk, remove as rm, getcwd as cwd, listdir as ls
|
22 |
from os.path import join as osj, isdir as osd, isfile as osf, basename as osb
|
23 |
|
24 |
url = 'https://www.sec.gov/Archives/edgar/daily-index/xbrl/companyfacts.zip'
|
|
|
18 |
|
19 |
import os, time, shutil, sys, json, io, zipfile, requests, shutil, re
|
20 |
import pandas as pd
|
21 |
+
from os import makedirs as mk, remove as rm, getcwd as cwd, listdir as ls
|
22 |
from os.path import join as osj, isdir as osd, isfile as osf, basename as osb
|
23 |
|
24 |
url = 'https://www.sec.gov/Archives/edgar/daily-index/xbrl/companyfacts.zip'
|