Skip to content

[Felix] lab-map-filter-reduce #20

Open
imfap1 wants to merge 2 commits intoIronhack-data-bcn-oct-2023:mainfrom
Ironhack-Bootcamp:main
Open

[Felix] lab-map-filter-reduce #20
imfap1 wants to merge 2 commits intoIronhack-data-bcn-oct-2023:mainfrom
Ironhack-Bootcamp:main

Conversation

@imfap1
Copy link
Copy Markdown

@imfap1 imfap1 commented Oct 16, 2023

image

@bripollc
Copy link
Copy Markdown

Felix,

No tengo absolutamente nada a comentar ya que todas las respuestas son correctísimas. FE-LI-CI-DA-DES 💥 Solo te dejo una de las parte simplificada:

  • The next step is to create a function that will remove references. We will do this by splitting the string on the { character.
def reference(x):
    x = x.split("{")
    return x[0]

Te dejo un opción muuuuuucho más sencilla:)

Por el Challenge 4 no te preocupes, son cosas que veremos estos días.

Ps: si al imprimir tus respuestas limitas el rango será más legible el notebook, jeje 🙃

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants