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.

0
votes
J'ai 3 colonnes dans DF[X,Y,Z] ; basé sur 3 colonnes, je dérive la colonne A. Voici l'expression qui dérive la colonne A.DF.loc[(DF['X']<abs(DF['Y']-DF['Z' ...


5
votes
Je voudrais tracer deux dfs avec deux couleurs différentes. Pour chaque df , j'aurais besoin d'ajouter deux marqueurs. Voici ce que j'ai essayé:for stat ...

3
votes
J'ai une table comme celle-ci: col_to_roll max_duration rolled_col 0 0 0 NaN 1 0 0 NaN 2 0 ...