Skip to content

Commit

Permalink
#38 - python
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramsd authored Dec 10, 2024
1 parent e93bfba commit 347b4bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Roadmap/38 - MOUREDEV PRO/python/pyramsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

emails_activos = df[df["status"] == "activo"][["id", "email"]]

#print(emails_activos["email"].to_list())
ganadores = emails_activos.sample(3)
categorias = ["ganador de una suscripción", "ganador de un descuento", "ganador de un libro"]

Expand Down

0 comments on commit 347b4bf

Please sign in to comment.