Bartłomiej "furas" Burek

Results 3 issues of Bartłomiej "furas" Burek

| Field | Value | |-------------|-------------| | Date: | 2019.08.20 | | Tensorflow: | 1.14.0 | | Python: | 3.7.4 | | System: | Linux Mint 19.2 "Tina" 64bit |...

| Field | Value | |-------------|-------------| | Date: | 2021.01.17 | | Tensorflow: | 1.14.1 | | Python: | 3.7.9 | | System: | Linux Mint 20.0 "Uliana" 64bit |...

This code gives error when `earnings_history` is executed second time ``` import yfinance item = yfinance.Ticker('HD') print(item.earnings_history) # OK print(item.earnings_history) # ERROR ``` ``` Traceback (most recent call last): File...