search for: tp1599725p1601142

Displaying 1 result from an estimated 1 matches for "tp1599725p1601142".

2010 Mar 19
2
Put square brackets as column name in a data frame
Hi everyone, this is a pretty simple question, but I have not found any answer about this in this forum. I'm trying to make a data frame like this : ID,X[m],Y[m],Z[m] 0,-4.32902,-3.5437,12.4441 1,-4.31887,-3.54278,12.4441 2,-4.33672,-3.54401,12.4615 3,-4.67554,-2.78566,13.4151 4,-4.71124,-2.79889,13.4204 ... Actually, with my code, I'm getting this : ID,X.m.,Y.m.,Z.m.