Showing
24 changed files
with
16 additions
and
0 deletions
Kospi_manage.py
0 → 100644
1 | +import pandas as pd | ||
2 | + | ||
3 | +source = { | ||
4 | + '학년': [1, 2, 1, 3, 4], | ||
5 | + '성별': ['남자', '여자', '남자', '여자', '남자'], | ||
6 | + '국어': [98, 88, 92, 63, 120], | ||
7 | + '영어': [88, 90, 70, 60, 50], | ||
8 | + '수학': [64, 62, None, 31, None], | ||
9 | + '과학': [None, 72, None, 70, 88] | ||
10 | +} | ||
11 | +df = pd.DataFrame(source) | ||
12 | +df1=df[(df['성별']!='남자')].index | ||
13 | +df2=df.drop(df1) | ||
14 | +print(df) | ||
15 | +print("---------") | ||
16 | +print(df2) |
Merge_dctionary.py
0 → 100644
File mode changed
뉴스키워드/코스피/코스피 1월뉴스키워드.xlsx
0 → 100644
No preview for this file type
뉴스키워드/코스피/코스피 2월뉴스키워드.xlsx
0 → 100644
No preview for this file type
뉴스키워드/코스피/코스피 3월뉴스키워드.xlsx
0 → 100644
No preview for this file type
뉴스키워드/코스피/코스피10월뉴스키워드.xlsx
0 → 100644
No preview for this file type
뉴스키워드/코스피/코스피11월뉴스키워드.xlsx
0 → 100644
No preview for this file type
뉴스키워드/코스피/코스피12월뉴스키워드.xlsx
0 → 100644
No preview for this file type
뉴스키워드/코스피/코스피뉴스키워드.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피10월시세.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피11월시세.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피12월시세.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피1월시세.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피2월시세.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피3월시세.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피사전.xlsx
0 → 100644
No preview for this file type
종목별시세/코스피/코스피전체.xlsx
0 → 100644
No preview for this file type
코스피.xlsx
0 → 100644
No preview for this file type
코스피1월시세 KNU_New_vdic2.xlsx
0 → 100644
No preview for this file type
코스피2월시세 KNU_New_vdic2.xlsx
0 → 100644
No preview for this file type
코스피사전 Stock_dictionary.xlsx
0 → 100644
No preview for this file type
코스피사전 Stock_dictionary2.xlsx
0 → 100644
No preview for this file type
코스피사전.xlsx
0 → 100644
No preview for this file type
-
Please register or login to post a comment