Skip to content
Snippets Groups Projects
Commit 5ebe8a9d authored by Young Woo Kim's avatar Young Woo Kim
Browse files

Update README.md

parent bea5ba07
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,9 @@ print (pd.__version__)
#np array 만들기
#여기서부터는 array = 배열로 취급
```
import numpy as np
import pandas as pd로 해당 python notebook에서 numpy와 pandas를 불러옵니다.
print (np.__version__)은 해당 numpy의 버전을 출력합니다.
```python
one = [1,2,3,4,5]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment