iris 데이터세트

(Iris 데이터셋에서 넘어옴)

1 개요[ | ]

Iris flower data set
붓꽃 데이터셋

2 Python[ | ]

import pandas as pd
df = pd.read_csv("https://raw.githubusercontent.com/jmnote/ds/main/R/iris.csv")
df.info()
df.head()

3 R[ | ]

df <- iris
str( df )

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}