From 5ebe8a9db8b84b8d8fc95485e8386ae54cf14e88 Mon Sep 17 00:00:00 2001 From: Young Woo Kim <skysaver00@ajou.ac.kr> Date: Sun, 20 Dec 2020 22:05:33 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7c750..366ecdb 100644 --- a/README.md +++ b/README.md @@ -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] -- GitLab