Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41f81d5

Browse files
committed
Corregida inconsistencia en instrucciones Readme 05.2
1 parent9cc3878 commit41f81d5

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)

[8]ページ先頭

©2009-2025 Movatter.jp