sec-web-scraper-13f
sec-web-scraper-13f copied to clipboard
Changed the pandas append function:
The current version of pandas causes the following error when trying to enter a 10-digit CIK:
"Traceback (most recent call last):
File "C:\Users\Sebastian\Desktop\13F\scraper.py", line 88, in
The added underscore fixes this incompatibility problem.
@CodeWritingCow