Questions et réponses pour le dataframe :

A data frame is a tabular data structure. Usually, it contains data where rows are observations and columns are variables of various types. While "data frame" or "dataframe" is the term used for this concept in several languages (R, Apache Spark, deedle, Maple, the pandas library in Python and the DataFrames library in Julia), "table" is the term used in MATLAB and SQL.

7
votes
J'ai deux cadres de données. Le premier ressemble à ceci: xxx pré> J'ai un deuxième Dataframe qui ressemble à ce p> xxx pré> ...

7
votes
Donc, si j'ai un cadre de données qui ressemble à: xxx Comment puis-je obtenir r pour me donner le nom (s) de la ligne / colonnes contenant un num&eac ...


7
votes
Disons que j'ai un data.frame xxx Je voudrais trier x par colonnes B et C mais garder l'ordre de A comme avant. x [commande (x $ b, x $ c),] - brise ...