Skip to main content

Set de datos con informacion para trabajos y examenes

Project description

Logo UTN Large

Set de datos con datasets de Héroes y Pokémones :

➡️ Para ejercitar:


Te proveemos un gran set de datos, en forma de listas paralelas, matrices y listas de diccionarios para que puedas realizar tus ejercicios.

Para poder usarlos importalos en tus modulos segun los necesites.

A partir de este punto, estas en condiciones de utilizar la lista, imprimirla, recorrerla o hacer lo que se te plazca

Esta funcion puede usarse como auxiliar.

# Esta funcion mostrara por consola el mensaje: "Presiona Enter para continuar...", al presionarla limpiara tu consola sin importar si tu SO es Windows o UNIX
clear_console()

Héroes

⭐ Héroes | Listas paralelas

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import (
    lista_alturas_heroes_small, lista_apodos_heroes_small,
    lista_generos_heroes_small, lista_identidades_heroes_small,
    lista_nombres_heroes_small, lista_poder_heroes_small
)
from utn_fra.funciones.auxiliares import clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import (
    lista_alturas_heroes, lista_apodos_heroes, lista_generos_heroes,
    lista_identidades_heroes, lista_nombres_heroes, lista_poder_heroes
)
from utn_fra.funciones.auxiliares import clear_console

⭐⭐ Héroes | Matrices

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_data_heroes_small
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_data_heroes
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

⭐⭐⭐ Héroes | Lista de diccionarios

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes_small
from utn_fra.funciones.auxiliares import clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes
from utn_fra.funciones.auxiliares import clear_console

⭐⭐⭐⭐ Héroes | Lista de diccionarios

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes_hard_small
from utn_fra.funciones.auxiliares import clear_console

Podes usar un set de datos mucho mas grande importando:

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_diccionario_heroes_hard
from utn_fra.funciones.auxiliares import clear_console

Pokémons

⭐ Pokémons | Listas paralelas

from utn_fra.datasets import (
    lista_poke_ids, lista_poke_nombres, lista_poke_poderes,
    lista_poke_tipos, lista_poke_condiciones
)
from utn_fra.funciones.auxiliares import clear_console

⭐⭐ Pokémons | Matrices

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_pokemones
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

⭐⭐⭐ Pokémons | Lista de diccionarios

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import lista_dict_pokemones
from utn_fra.funciones.auxiliares import clear_console

Autos

⭐ Autos | Listas paralelas

from utn_fra.datasets import (
    lista_autos_marcas, 
    lista_autos_modelos, 
    lista_autos_cantidades,
    lista_autos_precios, 
    lista_autos_ganancias
)
from utn_fra.funciones.auxiliares import clear_console

⭐⭐ Autos - Matrices

Para poder usarlos importa en tus modulos lo siguiente

from utn_fra.datasets import matriz_concesionaria
from utn_fra.funciones.auxiliares import show_matrix_as_table, clear_console

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utn_fra-1.0.1.14-py3-none-any.whl (321.0 kB view details)

Uploaded Python 3

File details

Details for the file utn_fra-1.0.1.14-py3-none-any.whl.

File metadata

  • Download URL: utn_fra-1.0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 321.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for utn_fra-1.0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6ad85a16b556e748f2b532f37fdf7f5dc413d7fb9af257d7ee9e5b74f7c4e9
MD5 0e7b065b2a781dc52e87c833b8d03037
BLAKE2b-256 97919e9c1e4119ebe66edada98e145c628929da1a009cc08b20f50a783616245

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page