Skip to content

Commit

Permalink
Update pandas_snippets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuk-chung authored Dec 4, 2024
1 parent 6703192 commit c34b968
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snippets/pandas_snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
```

## 기본 데이터 조작
- Jupyter Notebook에서의 display()
```python
from IPython.display import display
display(f_cor)
```

- 데이터프레임의 첫 n개 행 보기
```python
Expand Down

0 comments on commit c34b968

Please sign in to comment.