Posts by Claudio • 35 points
4 posts
-
-2
votes0
answers47
viewsQ: Nameerror: name 'wd' is not defined (python)
Guys, can you help me please. How can I replace the wd.get for my code? Edit: Error presented Code running on colab: !pip install -q kora !pip install -U plotly !pip install yfinance --upgrade…
-
-1
votes0
answers27
viewsQ: Syntaxerror: invalid syntax (python and pycharm)
I don’t know why you made a mistake in pycharm, how can I fix it? I used the following libraries import pandas as pd import yfinance as yf import datetime import lxml from kora.selenium import wd…
-
-1
votes1
answer41
viewsQ: Loop elements in List, Boolean, if condition accepts, create a new list (python)
can you help me? I need to find the companies on the list business1 which satisfy the following condition: the value shown in the last row of the multiple column is greater than 1 at the specific…
-
3
votes1
answer34
viewsQ: Create Moving Average column for various assets (python - finance)
would like to know how to do the media column next to each company on the list import numpy as np import pandas as pd import yfinance as yf empresas1 =…