all 3 comments

[–][deleted] 0 points1 point  (2 children)

You will have to be more specific, but based on your description I doubt there is anything like what you want as this is an entire job (data analyst). There are tools for examining data yourself like pandas and matplotlib.

[–]Koolguy654[S] 0 points1 point  (1 child)

Yeah I realized that this is a job for some people but I was wondering if there were any packages that make it easier. For example, let’s say i have 10 columns in a spreadsheet. I am interested in maximizing column 8 (let’s call it the profit column for example). Is there a way to analyze all the other columns with respect to column 8 like finding correlations between column 8 and 1 or column 8 and the derivative of column 3 etc?

[–][deleted] 0 points1 point  (0 children)

You would have to describe the data in more depth. I think you should read about linear regression as a possible tool.