Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created May 2, 2022 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/ef8d53b2495fb058da011eae004da471 to your computer and use it in GitHub Desktop.
Save fitomad/ef8d53b2495fb058da011eae004da471 to your computer and use it in GitHub Desktop.
// Unimos el dataframe `forecast` usando el campo
// FECHA para hacer la unión entre ambos
// conjuntos de datos
frame2021.joined(forecast, on: ("FECHA"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment