%\documentclass[paper=a5]{scrartcl}
\documentclass[varwidth, border=2pt]{standalone}
\usepackage{pgfplotstable}
\usepackage{filecontents}
\begin{document}
\begin{filecontents}{dataA.dat}
a b c
1 2 3
4 5 6
7 8 9
\end{filecontents}
\begin{filecontents}{dataB.dat}
1.1 2.1 3.1
4.1 5.1 6.1
7.1 8.1 9.1
\end{filecontents}
\pgfplotstableread{dataA.dat}\dataA
\pgfplotstableread{dataB.dat}\dataB
\pgfplotstablecreatecol[copy column from table={\dataB}{[index] 0}] {A} {\dataA}
\pgfplotstablecreatecol[copy column from table={\dataB}{[index] 1}] {B} {\dataA}
\pgfplotstablecreatecol[copy column from table={\dataB}{[index] 2}] {C} {\dataA}
\pgfplotstabletypeset[precision=4]{\dataA}
\end{document}
@cis Kannst Du bitte jeweils einen Link einfügen, wenn Du das gleiche an unterschiedlichen Stellen fragst?