Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clase 1 - Notebook pandas #23

Open
11 tasks
CrossNox opened this issue Oct 4, 2020 · 0 comments
Open
11 tasks

Clase 1 - Notebook pandas #23

CrossNox opened this issue Oct 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@CrossNox
Copy link
Member

CrossNox commented Oct 4, 2020

  • Agregar ravel y diferencias con flatten
  • Sumar across axis (0, 1)
  • Producto interno
  • array.mean()
  • Que es una mascara binaria?
  • Puede haber valores repetidos en el indice?
  • value_counts como porcentaje (manualmente y normalize)
  • Mejorar ejemplo de pivot y dar alguna explicacion adicional en texto
  • Fix path csv bicis
  • Agregar snippet1 en la seccion de vistas
  • Negacion de series!

Snippet1

df.loc[df.id_usuario > 2,'pepe'] = 0
tmp = df[df.id_usuario > 2] \n tmp['pepe'] = 33
df[df.id_usuario > 2]['pepe'] = 33
@CrossNox CrossNox added the enhancement New feature or request label Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant