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 un dataframe code> avec les champs de_date code> et to_date code>: xxx pré> et une liste de DATES P> spark.sql("select * fro ...

0
votes
J'ai un Dataframe avec 2 colonnes remplies d'horodatages avec leurs valeurs correspondantes. Le DF a environ 7000 lignes (données de 2 mois) et je voulais les diviser en plus petits datafra ...

0
votes
Je veux utiliser le sténographique $ avec des applications d'étincelles écrites à Scala. Mais j'ai un grand nombre de colonnes que je voudrais faire référ ...

0
votes
J'ai 2 dataframes: xxx pré> Je voudrais ajouter ces 2 dataframes ensemble en 1 ligne via pd.concat p> J'ai essayé ceci: p > df2 = pd.concat([(pd ...