import json import pandas as pd with open('A.json', 'r',encoding='UTF-8') as f: data=json.load(f) import seaborn as sns import matplotlib.pyplot as plt import matplotlib.font_manager as fm plt.rc('font', family='NanumGothicCoding'_ sns.set(font="Malgun Gothic', rc={"aes.unicode_minus":False}, style='white') df=pd.read_json("A.json") sns.countplot(x="Address1", data=df) from sklearn.tree import D..
import numpy as np import pandas as pd import json from sklean.model_selection import train_test_split with open('국민.json', 'r', encoding='UTF-8') as f: data=json.load(f) sample_df=pd.DataFrame(data) sample=sample_df.dropna() sample=sample.astype('str') y=sample.음주여부 X=sample.drop('음주여부', axis=1) y.value_counts() X_train, X_valid, y_train, y_valid = train_test_split(X,y,test_size=0.2,shuffle=Tru..
- Total
- Today
- Yesterday
- ocajp
- EC
- 포인터
- proc
- MySQL
- ocjap
- xe addon
- 파이썬
- esql
- webix
- 플러터
- Python
- JDBC
- xe애드온
- 스크래핑
- XE3
- 인포믹스
- XE
- 문자열
- php
- 오라클
- 파싱
- 이클립스
- KG
- 자바
- 라이믹스
- C
- 프로씨
- C언어
- 자바 smtp
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 |
