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.
J'ai le jeu de données suivant: df2=df[df.TODATE < '2019-03-01']
s que vous pourriez voir, toutes les dates sont "fin de mois", sauf pour le 05-03-2019. Ce dont j'ai besoi ...
J'ai un dataframe comme ci-dessous. id
111111
123456
012345
000234
000012
987654
donc si vous regardez la ligne 3,4,5 la longueur des identifiants est inférieure à 6 ...