You can reference each of the table components by their key if you know what they are, if you want to get a specific value from the table. Another better way of looking through the whole table is this
local p = peripheral.wrap("bottom")
local t = p.getTankInfo("botton")
for i,v in pairs(t) do...