This is my task from Portaone
This code used for calculation: The maximum number in the file The minimum number in the file Median Arithmetic mean value The largest sequence of numbers (one after another) that increases (optional) The largest sequence of numbers (one by one) that decreases (optional)
TO RUN A PROGRAM YOU NEED TO INSTALL PYTHON and PANDAS To install use site -https://www.python.org/ After python installed use command - "pip install pandas" in terminal
!!!By default file with data must be in the same folder as .py file!!!
Also you need to install Python and Pandas Library
!!!Data file must contained only one number per row and has no header. No data check!!!.