카테고리 없음

기초통계와 R

data_start_ 2024. 2. 14. 14:50
import pandas as pd

fn = 'test.csv'
df = pd.read_csv(fn)
df.head()