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



1
2
3
4
5
6
7
8
9
10
11
12
13
#
# µû¶óÇϸ砹è¿ì´Â ÆÄÀ̽ã°ú µ¥ÀÌÅͰúÇÐ(»ý´ÉÃâÆÇ»ç 2020)
# 12.13 µ¥ÀÌÅ͸¦ °£ÆíÇϰԠºÐ¼®ÇÒ ¼ö Àִ ±â´ÉÀÌ ÀÖ´Ù, 320ÂÊ
#
import pandas as pd
weather = pd.read_csv('d:/data/weather.csv', index_col = 0, encoding='CP949')
 
print(weather.describe())
 
print('Æò±Õ ºÐ¼® -----------------------------')
print(weather.mean())
print('Ç¥ÁØÆíÂ÷  ºÐ¼® -----------------------------')
print(weather.std())
cs

  µî·ÏÀÏ : 2022-02-21 [16:18] Á¶È¸ : 625 ´Ù¿î : 0   
 
¡â ÀÌÀü±Ûlab_12_2_test.py (±³Àç)
¡ä ´ÙÀ½±Ûcode_12_12.py (±³Àç)
Python for AI ½Ç½À°Ô½ÃÆÇ
¹øÈ£ ¨Ï Á¦ ¸ñ Á¶È¸ µî·ÏÀÏ
lAnaconda3 ¼³Ä¡
lColabTurtlePlus
l½Ç½À ¸ñ·Ï
lColab ½Ç½À
l½Ç½À ½Ã ÇлýµéÀÌ ÀÚÁÖÇÏ´Â ½Ç¼ö ¿¹µé
341    ¦¦❷ lcode_12_23_3.py (±³Àç) 707 02-21
340    ¦¦❷ lcode_12_23_2.py (±³Àç) 554 02-21
339    ¦¦❷ lcode_12_23_1.py (±³Àç) 484 02-21
338 ¦¦❶ llab_12_5.py (±³Àç) 715 02-21
337 ¦¦❶ lcode_12_22.py (±³Àç) 492 02-21
336 ¦¦❶ lcode_12_21.py (±³Àç) 533 02-21
335 ¦¦❶ llab_12_4.py (±³Àç) 473 02-21
334 ¦¦❶ lcode_12_20.py (±³Àç) 515 02-21
333 ¦¦❶ lcode_12_19.py (±³Àç) 481 02-21
332 ¦¦❶ lcode_12_18.py (±³Àç) 467 02-21
331    ¦¦❷ lcode_12_18_2.py (±³Àç) 601 02-21
330    ¦¦❷ lcode_12_18_1.py (±³Àç) 499 02-21
329 ¦¦❶ lcode_12_17.py (±³Àç) 593 02-21
328 ¦¦❶ llab_12_3.py (±³Àç) 478 02-21
327 ¦¦❶ lcode_12_15.py (±³Àç) 462 02-21
326    ¦¦❷ lcode_12_15_2.py (±³Àç) 441 02-21
325    ¦¦❷ lcode_12_15_1.py (±³Àç) 488 02-21
324 ¦¦❶ llab_12_2.py (±³Àç) 483 02-21
323    ¦¦❷ llab_12_2_test.py (±³Àç) 536 02-21
322 ¦¦❶ lcode_12_13.py (±³Àç) 625 02-21

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