Skip to content

Commit b21fd53

Browse files
committed
agrego a readme
1 parent 68ffbc5 commit b21fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ En primer lugar analizo el top 10 de barrios con mayores precios promedio por me
1212

1313
```
1414
barrios_top_10_mayores=inmuebles_mayor_precio['Barrio']
15-
barrios_top_10_mayores.values
15+
#barrios_top_10_mayores.values #esta es la lista con la cual filtro la columna Barrio
1616
BarriosTop10Mayores=inmuebles.query('Barrio in @barrios_top_10_mayores.values')[['Barrio','PrecioMillon']]
1717
BarriosTop10Mayores['Barrio'].value_counts()
1818
plt.figure(figsize=(10,8))

0 commit comments

Comments
 (0)