sigma_coding_youtube icon indicating copy to clipboard operation
sigma_coding_youtube copied to clipboard

This is a collection of all the code that can be found on my YouTube channel Sigma Coding.

Results 5 sigma_coding_youtube issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Need user agent as explained in https://github.com/jadchaar/sec-edgar-downloader/issues/77. ``` headers = {"User-Agent": "Company Name [email protected]"} response = requests.get(TEXT_URL, headers=headers) if response.status_code == 200: content_html = response.content.decode("utf-8") else: print(f"HTML...

**Describe the bug** Encounter an error when grrabbing the Filing XML Summary (Referred to as "Second Block") **To Reproduce** Steps to reproduce the behavior: 1. First Block # import our...

**Describe the bug** --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 13 14 # loop through each report in the 'myreports' tag but avoid the last one as this will...

https://github.com/areed1192/sigma_coding_youtube/blob/a4e8df97856ad224664254fa726ac56cbee4dc57/vba/vba-excel/data-imports/Import%20Text%20File%20-%20Non%20Power%20Query.bas#L6