{"id":2361,"date":"2023-07-22T14:41:49","date_gmt":"2023-07-22T14:41:49","guid":{"rendered":"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/"},"modified":"2023-07-22T14:41:49","modified_gmt":"2023-07-22T14:41:49","slug":"python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/","title":{"rendered":"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c <strong>\ub9ac\uc0d8\ud50c\ub9c1\ud55c\ub2e4\ub294<\/strong> \uac83\uc740 \uc0c8\ub85c\uc6b4 \uae30\uac04\uc5d0 \uac78\uccd0 \ub370\uc774\ud130\ub97c \uc694\uc57d\ud558\uac70\ub098 \uc9d1\uacc4\ud558\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find sum of values in column1 by month<\/span>\nweekly_df[' <span style=\"color: #ff0000;\">column1<\/span> '] = df[' <span style=\"color: #ff0000;\">column1<\/span> ']. <span style=\"color: #3366ff;\">resample<\/span> (' <span style=\"color: #ff0000;\">M<\/span> '). <span style=\"color: #3366ff;\">sum<\/span> ()\n\n<span style=\"color: #008080;\">#find mean of values in column1 by week<\/span>\nweekly_df[' <span style=\"color: #ff0000;\">column1<\/span> '] = df[' <span style=\"color: #ff0000;\">column1<\/span> ']. <span style=\"color: #3366ff;\">resample<\/span> (' <span style=\"color: #ff0000;\">W<\/span> '). <span style=\"color: #3366ff;\">mean<\/span> () \n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub2e4\uc74c\uc744 \ud3ec\ud568\ud558\uc5ec \ub2e4\uc591\ud55c \uae30\uac04\uc73c\ub85c \ub2e4\uc2dc \uc0d8\ud50c\ub9c1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>S<\/strong> : \ucd08<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>min<\/strong> : \ubd84<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>H<\/strong> : \uc2dc\uac04<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>J<\/strong> :\uc77c<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>\uc5ec<\/strong> : \uc8fc<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>\ub0a8<\/strong> : \uc6d4<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>Q<\/strong> : \ubd84\uae30<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>A<\/strong> : \uc5f0\ub3c4<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc2e4\uc81c\ub85c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608: Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130 \ub9ac\uc0d8\ud50c\ub9c1<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">1\ub144 \ub3d9\uc548 \ud68c\uc0ac\uc758 \ub9e4\uc2dc\uac04 \ucd1d \ub9e4\ucd9c\uc744 \ubcf4\uc5ec\uc8fc\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 pandas DataFrame\uc774 \uc788\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n<span style=\"color: #008000;\">import<\/span> numpy <span style=\"color: #008000;\">as<\/span> np\n\n<span style=\"color: #008080;\">#make this example reproducible\n<\/span>n.p. <span style=\"color: #3366ff;\">random<\/span> . <span style=\"color: #3366ff;\">seeds<\/span> (0)\n\n<span style=\"color: #008080;\">#create DataFrame with hourly index\n<\/span>df = pd. <span style=\"color: #3366ff;\">DataFrame<\/span> (index= <span style=\"color: #3366ff;\">pd.date_range<\/span> (' <span style=\"color: #ff0000;\">2020-01-06<\/span> ', ' <span style=\"color: #ff0000;\">2020-12-27<\/span> ', freq=' <span style=\"color: #ff0000;\">h<\/span> '))\n\n<span style=\"color: #008080;\">#add column to show sales by hour\n<\/span>df[' <span style=\"color: #ff0000;\">sales<\/span> '] = np. <span style=\"color: #3366ff;\">random<\/span> . <span style=\"color: #3366ff;\">randint<\/span> (low=0, high=20, size= <span style=\"color: #008000;\">len<\/span> (df. <span style=\"color: #3366ff;\">index<\/span> ))\n\n<span style=\"color: #008080;\">#view first five rows of DataFrame\n<\/span>df. <span style=\"color: #3366ff;\">head<\/span> ()\n\n\t             dirty\n2020-01-06 00:00:00 12\n2020-01-06 01:00:00 15\n2020-01-06 02:00:00 0\n2020-01-06 03:00:00 3\n2020-01-06 04:00:00 3\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ud310\ub9e4 \ub370\uc774\ud130\ub97c \uc2dc\uac01\ud654\ud558\uae30 \uc704\ud574 \uc120 \uadf8\ub9bc\uc744 \uc0dd\uc131\ud558\uba74 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">import<\/span> matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span> <span style=\"color: #008000;\">as<\/span> plt\n<\/span>\n#plot time series data\n<span style=\"color: #000000;\">plt. <span style=\"color: #3366ff;\">plot<\/span> (df. <span style=\"color: #3366ff;\">index<\/span> , df. <span style=\"color: #3366ff;\">sales<\/span> , linewidth= <span style=\"color: #008000;\">3<\/span> )<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-21395 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/heures1.png\" alt=\"\" width=\"575\" height=\"376\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ucc28\ud2b8\ub294 \ud574\uc11d\ud558\uae30 \uc5b4\ub835\uae30 \ub54c\ubb38\uc5d0 \uc8fc\ubcc4 \ud310\ub9e4 \ub370\uc774\ud130\ub97c \uc694\uc57d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create new DataFrame\n<span style=\"color: #000000;\">weekly_df = pd. <span style=\"color: #3366ff;\">DataFrame<\/span> ()\n\n<span style=\"color: #008080;\">#create 'sales' column that summarizes total sales by week\n<\/span>weekly_df[' <span style=\"color: #ff0000;\">sales<\/span> '] = df[' <span style=\"color: #ff0000;\">sales<\/span> ']. <span style=\"color: #3366ff;\">resample<\/span> (' <span style=\"color: #ff0000;\">W<\/span> '). <span style=\"color: #3366ff;\">sum<\/span> ()\n\n<span style=\"color: #008080;\">#view first five rows of DataFrame\n<\/span>weekly_df. <span style=\"color: #3366ff;\">head<\/span> ()\n\n                dirty\n2020-01-12 1519\n2020-01-19 1589\n2020-01-26 1540\n2020-02-02 1562\n2020-02-09 1614<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \uc0c8\ub85c\uc6b4 DataFrame\uc740 \uc8fc\ub2f9 \ub9e4\ucd9c \ud569\uacc4\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7f0 \ub2e4\uc74c \uc774 \uc8fc\uac04 \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2dc\uacc4\uc5f4 \ub3c4\ud45c\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">import<\/span> matplotlib. <span style=\"color: #3366ff;\">pyplot<\/span> <span style=\"color: #008000;\">as<\/span> plt\n<\/span>\n#plot weekly sales data\n<span style=\"color: #000000;\">plt. <span style=\"color: #3366ff;\">plot<\/span> ( <span style=\"color: #3366ff;\">weekly_df.index<\/span> , <span style=\"color: #3366ff;\">weekly_df.sales<\/span> , linewidth= <span style=\"color: #008000;\">3<\/span> )<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-21396 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/fois2.png\" alt=\"\" width=\"556\" height=\"328\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ucc28\ud2b8\ub294 \uccab \ubc88\uc9f8 \uc608\uc758 8,545\uac1c \uac1c\ubcc4 \uc2dc\uac04\uc5d0 \ub300\ud55c \ud310\ub9e4 \ub370\uc774\ud130\uc640 \ub2ec\ub9ac 51\uac1c \uc8fc\uc5d0 \ub300\ud55c \ud310\ub9e4 \ub370\uc774\ud130\ub9cc \ub098\ud0c0\ub0b4\uae30 \ub54c\ubb38\uc5d0 \uc77d\uae30\uac00 \ud6e8\uc52c \uc27d\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : \uc774 \uc608\uc5d0\uc11c\ub294 \ud310\ub9e4 \ub370\uc774\ud130\ub97c \uc8fc\ubcc4\ub85c \uc694\uc57d\ud588\uc9c0\ub9cc \ub354 \uc801\uc740 \uc218\uc758 \ub370\uc774\ud130 \ud3ec\uc778\ud2b8\ub97c \ud45c\uc2dc\ud558\ub824\ub294 \uacbd\uc6b0 \uc6d4\ubcc4 \ub610\ub294 \ubd84\uae30\ubcc4\ub85c \uc694\uc57d\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Python\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/matplotlib-\u1109\u1175\u1100\u1168\u110b\u1167\u11af\/\" target=\"_blank\" rel=\"noopener\">Matplotlib\uc5d0\uc11c \uc2dc\uacc4\uc5f4\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u110a\u1175\u1107\u1169\u11ab-\u1110\u1161\u110b\u1175\u11b7\u1105\u1161\u110b\u1175\u11ab\/\" target=\"_blank\" rel=\"noopener\">Seaborn\uc5d0\uc11c \uc2dc\uacc4\uc5f4\uc744 \uadf8\ub9ac\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/\u1111\u1161\u110b\u1175\u110a\u1165\u11ab-\u110f\u1161\u1103\u1173\/\" target=\"_blank\" rel=\"noopener\">Python\uc758 \uc2dc\uacc4\uc5f4\uc5d0\uc11c MAPE\ub97c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud55c\ub2e4\ub294 \uac83\uc740 \uc0c8\ub85c\uc6b4 \uae30\uac04\uc5d0 \uac78\uccd0 \ub370\uc774\ud130\ub97c \uc694\uc57d\ud558\uac70\ub098 \uc9d1\uacc4\ud558\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. #find sum of values in column1 by month weekly_df[&#8216; column1 &#8216;] = df[&#8216; column1 &#8216;]. resample (&#8216; M &#8216;). sum () #find mean of values in column1 by week weekly_df[&#8216; column1 &#8216;] = [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-2361","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/python-\u1105\u1175\u1109\u1162\u11b7\u1111\u1173\u11af-\u1109\u1175\u1100\u1168\u110b\u1167\u11af\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/python-\u1105\u1175\u1109\u1162\u11b7\u1111\u1173\u11af-\u1109\u1175\u1100\u1168\u110b\u1167\u11af\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-22T14:41:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/heures1.png\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/\",\"url\":\"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/\",\"name\":\"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-22T14:41:49+00:00\",\"dateModified\":\"2023-07-22T14:41:49+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/python-\u1105\u1175\u1109\u1162\u11b7\u1111\u1173\u11af-\u1109\u1175\u1100\u1168\u110b\u1167\u11af\/","og_locale":"ko_KR","og_type":"article","og_title":"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/python-\u1105\u1175\u1109\u1162\u11b7\u1111\u1173\u11af-\u1109\u1175\u1100\u1168\u110b\u1167\u11af\/","og_site_name":"Statorials","article_published_time":"2023-07-22T14:41:49+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/heures1.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/","url":"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/","name":"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-22T14:41:49+00:00","dateModified":"2023-07-22T14:41:49+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/python-%e1%84%85%e1%85%b5%e1%84%89%e1%85%a2%e1%86%b7%e1%84%91%e1%85%b3%e1%86%af-%e1%84%89%e1%85%b5%e1%84%80%e1%85%a8%e1%84%8b%e1%85%a7%e1%86%af\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Python\uc5d0\uc11c \uc2dc\uacc4\uc5f4 \ub370\uc774\ud130\ub97c \ub9ac\uc0d8\ud50c\ub9c1\ud558\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2361","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=2361"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2361\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=2361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=2361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=2361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}