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.

2
votes
J'ai dataframe DF :library("plyr") as.data.frame(lapply(DF, function(x) { revalue(x, c("No"="X")) })) Je veux changer les valeurs "No" dans les variables ...

4
votes
J'ai une base de données avec une colonne qui contient des informations sur le nombre d'années / de mois pendant lesquels la personne a un compte auprès de l'organisation. L ...

0
votes
Sepal.Length Sepal.Width Petal.Length Petal.Width Species 1 0 0 0 0.2 0 2 0 0 0 0.2 0 3 0 ...