Á¤¼ºÈÆ
    code_12_9_1.py (±³Àç)
  http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewpy4AI/onlinePy4AI.cgi?source=src/py/Ch12/code_12_9_1.py



1
2
3
4
5
6
7
8
9
10
#
# µû¶óÇϸ砹è¿ì´Â ÆÄÀ̽ã°ú µ¥ÀÌÅÍ°úÇÐ(»ý´ÉÃâÆÇ»ç 2020)
# 12.9 ¿­À» ±âÁØÀ¸·Î µ¥ÀÌÅÍ ¼±ÅÃÇϱâ, 316ÂÊ
#
import pandas as pd 
 
df_my_index = pd.read_csv('d:/data/countries.csv', index_col = 0)
df_no_index = pd.read_csv('d:/data/countries.csv')
print(df_my_index['population'])
print(df_no_index['population'])
cs

  µî·ÏÀÏ : 2022-02-21 [16:09] Á¶È¸ : 269 ´Ù¿î : 0   
 
¡â ÀÌÀü±Ûcode_12_9_2.py (±³Àç)
¡ä ´ÙÀ½±Ûcode_12_8.py (±³Àç)
Python for AI ½Ç½À°Ô½ÃÆÇ
¹øÈ£ ¨Ï Á¦ ¸ñ Á¶È¸ µî·ÏÀÏ
lAnaconda3 ¼³Ä¡
lColabTurtlePlus
l½Ç½À ¸ñ·Ï
lColab ½Ç½À
l½Ç½À ½Ã ÇлýµéÀÌ ÀÚÁÖÇÏ´Â ½Ç¼ö ¿¹µé
315 ¦¦❶ lcode_12_12.py (±³Àç) 290 02-21
314 ¦¦❶ lcode_12_10_2.py (±³Àç) 292 02-21
313 ¦¦❶ lcode_12_10_1.py (±³Àç) 284 02-21
312 ¦¦❶ lcode_12_9_2.py (±³Àç) 250 02-21
311 ¦¦❶ lcode_12_9_1.py (±³Àç) 269 02-21
310 ¦¦❶ lcode_12_8.py (±³Àç) 277 02-21
309 ¦¦❶ llab_12_1.py (±³Àç) 319 02-21
308 ¦¦❶ lcode_12_5_2.py (±³Àç) 294 02-21
307 ¦¦❶ lcode_12_5_1.py (±³Àç) 244 02-21
306 ¦¦❶ lcode_12_4_2.py (±³Àç) 261 02-21
305 ¦¦❶ lcode_12_4_1.py (±³Àç) 299 02-21
304 (11Àå) Â÷Æ®¸¦ ¸ÚÁö°Ô ±×·Áº¸ÀÚ 319 02-19
303 ¦¦❶ µµÀü¹®Á¦ 11.6 443 05-31
302    ¦¦❷ µµÀü¹®Á¦ 11.6 (¸ð¹ü ´ä¾È) ºñ°ø°³ 3 05-31
301 ¦¦❶ µµÀü¹®Á¦ 11.5 249 05-31
300    ¦¦❷ µµÀü¹®Á¦ 11.5 ºñ°ø°³ 1 05-31
299 ¦¦❶ µµÀü¹®Á¦ 11.4 252 05-31
298    ¦¦❷ µµÀü¹®Á¦ 11.4 (¸ð¹ü ´ä¾È) ºñ°ø°³ 1 05-31
297 ¦¦❶ µµÀü¹®Á¦ 11.3 387 05-31
296    ¦¦❷ µµÀü¹®Á¦ 11.3 (¸ð¹ü ´ä¾È) ºñ°ø°³ 4 05-31

[1][2][3][4][5][6][7][8][9][10]-[Next][19]