I have an excel spreadsheet which has some formulae with random number generators. This is so every time I reopen the spreadsheet, the numbers are slightly different.
I noticed that if I opened the spreadsheet, didn't touch the numbers, then read the spreadsheet into a pandas dataframe, the data in pandas is different to the excel I have open.
Does reading in the spreadsheet into pandas have the same effect as reopening the spreadsheet, and therefore randomizes the numbers each time?