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_datasets-0.0.3-py3-none-any.whl (274.6 kB view details)

Uploaded Python 3

File details

Details for the file utn_fra_datasets-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for utn_fra_datasets-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4e04562ab34367c9bdb86b7c2d816a1c3f6d6b75b597d079dc63a19d44bace59
MD5 3e1a070f08f936579f0f6c1c9d463536
BLAKE2b-256 b9bf35f8cc77eb56a6fec146bc0e95584fce3d43c8694572d9be8dc427929cee

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