Skip to content

Commit 41f81d5

Browse files
committed
Corregida inconsistencia en instrucciones Readme 05.2
1 parent 9cc3878 commit 41f81d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.learn/exercises/05.2-dataframe-iloc/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
El comando iLoc te permite recuperar cualquier celda en tu DataFrame. Por ejemplo, para imprimir la celda en el `x-axis:2` y `y-axis:4` tendríamos que escribir lo siguiente:
44

55
```python
6-
# Imprimir el elemento en la Fila: 2, Col: 1
6+
# Imprimir el elemento en la Fila: 2, Col: 4
77
# Recuerda que el índice comienza en 0
88
print(data_frame.iloc[2,4])
99
```

.learn/exercises/05.2-dataframe-iloc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The iloc command lets you retrieve any cel in your data_frame. For example, to print the cel in the `x-axis:2` and `y-axis:4` we would have to type the following:
44

55
```python
6-
# Print only item in the Row: 2, Col: 1
6+
# Print only item in the Row: 2, Col: 4
77
# remember index starts at 0
88
print(data_frame.iloc[2,4])
99
```

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy