How to Get table values

Hi everyone,
is it possible to get values from a table (already created ), using python code?
Thank you very much for your help.

Yes, pretty much the full C++ API is exposed in Python. I don’t think there are any example scripts but they follow the same pattern as nodes used in other scripts in the repository.

https://apidocs.slicer.org/v4.8/classvtkMRMLTableNode.html

Thank you very much @pieper