laurentv
Results
2
issues of
laurentv
I had to add French language in panel configuration and modify file .config/plasma-localerc LANG=fr_FR.UTF-8 (default US)
template
`import yfinance as yf from stockstats import StockDataFrame ticker = "O" start = "2022-01-01" end = "2023-11-02" df = yf.download(ticker, start, end) stock_df = StockDataFrame.retype(df) stock_df = stock_df[ [ "open",...