-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalisis_datos.txt
33 lines (23 loc) · 1.07 KB
/
analisis_datos.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
El fichero data_dictionary.csv contiene las siguientes columnas:
Table object Valores Null/Nan = 0
Field object Valores Null/Nan = 0
Description object Valores Null/Nan = 0
El fichero order_details.csv contiene las siguientes columnas:
order_details_id int64 Valores Null/Nan = 0
order_id int64 Valores Null/Nan = 0
pizza_id object Valores Null/Nan = 5673
quantity object Valores Null/Nan = 4726
El fichero orders.csv contiene las siguientes columnas:
order_id int64 Valores Null/Nan = 0
date object Valores Null/Nan = 2353
time object Valores Null/Nan = 2038
El fichero pizza_types.csv contiene las siguientes columnas:
pizza_type_id object Valores Null/Nan = 0
name object Valores Null/Nan = 0
category object Valores Null/Nan = 0
ingredients object Valores Null/Nan = 0
El fichero pizzas.csv contiene las siguientes columnas:
pizza_id object Valores Null/Nan = 0
pizza_type_id object Valores Null/Nan = 0
size object Valores Null/Nan = 0
price float64 Valores Null/Nan = 0