Python Forum

Full Version: Getting the maximum point of the graph from the text file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I have a text file written in the beginning of the file in several lines of English, and then there are two columns of numbers, the first column of which is x, and the second is y.
My goal is to find the largest number of the second column and get the equator of the author in the first column, summarizing the coordinates of the maximum point of the graph.
Thanks if anyone has an idea to help me out.
Thanks Idea
As it follows from the problem statement, you are likely looking for
Pandas package, which is one of the best Python tools for data manipulation.
It provides basic i/o operations, sophisticated selection on tabular data and much more.
Thank you for your answer
But I did not work with Pandas and I do not know how to do it Huh Huh Huh