Skip to content

Instantly share code, notes, and snippets.

@manugarri
Created February 16, 2018 17: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 manugarri/bce47dcc6fbcdc441b916987be22e826 to your computer and use it in GitHub Desktop.
Save manugarri/bce47dcc6fbcdc441b916987be22e826 to your computer and use it in GitHub Desktop.
diccionario_columnas = {
"belongs_to_collection": "franquicia",
"budget": "presupuesto",
"genres": "genero",
"homepage": "pagina_web",
"original_language": "lenguaje",
"popularity": "popularidad",
"poster_path": "poster",
"production_companies": "productores",
"production_countries": "pais",
"release_date": "fecha_estreno",
"revenue": "ventas",
"runtime": "duracion",
"status": "estado",
"title": "titulo",
"vote_average": "puntuacion",
"vote_count": "n_votos"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment