I have a .dat-file which I want to read with python and I need to extract one column with measurement values from the .dat-file.

I would like to assign, for example, a variable -> a=column 1 of the .dat file

Can someone help me?

Similar questions and discussions