![]() |
get data from excel and find max/min - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: get data from excel and find max/min (/thread-37828.html) |
get data from excel and find max/min - Timmy94 - Jul-27-2022 Hi, Would it work to build a program were the user could take 30.000 different values (digits) from an excel file and enter it to a program to find the biggest and smallest value of this? Where i work, i download data to an excel file were i need to find of some data is to high or to low but when there are 20 columbs times 30.000 rows of data i thought that i could maybe have a goal to make my own program were i just can copy or get data from each columb from excel and find the max and min value of this. Is this a reasonable goal? Thanks RE: get data from excel and find max/min - Larz60+ - Jul-27-2022 that is a simple basic python operation. Is this homework? |