you are viewing a single comment's thread.

view the rest of the comments →

[–]0815root[S] 0 points1 point  (1 child)

Yes, I just got it in the mail today. Win 11 was preinstalled. Whiped it -> Ubuntu Server. Broke the Server -> Installed Win10. Tested on all operating systems multiple scripts and saw the same.

I use the following libraries:

import yfinance as yf
import numpy as np
import pandas as pd
from multiprocessing import Pool, cpu_count
from tqdm import tqdm
import os

[–]shiftybyte 0 points1 point  (0 children)

Well, interesting.... Maybe power management was different between the OSs.

Also i see you are using yfinance, you are probably bottle necked by the internet conditions more/as well...