Displaying 2 results from an estimated 2 matches for "var_7".
Did you mean:
var_t
2018 Oct 16
2
Comprobar los nombres de columnas entre varios dataframes
Buenas tardes,
Quiero aplicar la función rbind y necesito tener los mismos nombres de
columnas. Como tengo unas 195 variables en cada dataframe, necesito
hacerlo de una forma rápida. Tengo 9 bases de datos y tengo que fusionar
todas. ¿Como puedo comprobar que los nombres de las variables son los
mismos? Y de lo contrario, ¿como detecto las diferencias?
He probado con
2006 Sep 21
2
delete a entire vector of a dataframe
delete a entire vector of a dataframe
Hello,
i want to delete a vector and tried "rm (t.d$V712)". This did not work,
message was, could not find variable. I thought the $ defines the vectro
in a dataframe, when I just type "t.d$V712" the content of this vector
is displayed.
Greetings, Thomas