{"id":39228,"date":"2024-11-02T03:38:41","date_gmt":"2024-11-02T03:38:41","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39228"},"modified":"2024-11-26T06:42:05","modified_gmt":"2024-11-26T06:42:05","slug":"pyqt%ea%b0%9c%eb%b0%9c%ea%b0%95%ec%a2%8c-qsortfilterproxymodel%eb%a1%9c-%ed%95%84%ed%84%b0%eb%a7%81-%eb%b0%8f-%ec%a0%95%eb%a0%ac","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39228\/","title":{"rendered":"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c"},"content":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\ud558\uae30 \uc704\ud55c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ub3c4\uad6c\uc778 <strong>QSortFilterProxyModel<\/strong>\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. QSortFilterProxyModel\uc740 Qt\uc758 \ubaa8\ub378-\ubdf0-\ucee8\ud2b8\ub864\ub7ec(MVC) \ud328\ud134\uc744 \ub530\ub978 \ub370\uc774\ud130 \ubaa8\ub378\uc785\ub2c8\ub2e4. \uc774 \ubaa8\ub378\uc740 \uc6d0\ubcf8 \ub370\uc774\ud130 \ubaa8\ub378\uc5d0 \ub300\ud55c \ud544\ud130\ub9c1\uacfc \uc815\ub82c\uc744 \uc9c0\uc6d0\ud558\uc5ec, \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub354\uc6b1 \ud6a8\uc728\uc801\uc778 \ub370\uc774\ud130 \uad00\ub9ac\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h2>QSortFilterProxyModel \uac1c\uc694<\/h2>\n<p>QSortFilterProxyModel\uc740 <code>QAbstractProxyModel<\/code>\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. \uc774\uac83\uc740 \ub2e4\ub978 \ubaa8\ub378(\uc608: <code>QStandardItemModel<\/code>)\uc744 \ubc14\ud0d5\uc73c\ub85c \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. QSortFilterProxyModel\uc744 \uc0ac\uc6a9\ud558\uba74 \ub370\uc774\ud130\uc758 \ud0d0\uc0c9\uacfc \uc870\uc791\uc744 \uc704\ud55c \uc778\ud130\ud398\uc774\uc2a4\ub97c \ub2e8\uc21c\ud654\ud560 \uc218 \uc788\uc73c\uba70, \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1\ud558\uace0 \uc815\ub82c\ud558\ub294 \uc791\uc5c5\uc744 \uc190\uc27d\uac8c \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>QSortFilterProxyModel\uc758 \uc0ac\uc6a9\ubc95<\/h2>\n<p>QSortFilterProxyModel\uc744 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \uc6d0\ubcf8 \ubaa8\ub378\uacfc \ud504\ub85d\uc2dc \ubaa8\ub378\uc744 \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. \uc6d0\ubcf8 \ubaa8\ub378\uc740 \ub370\uc774\ud130\uc758 \uc2e4\uc81c \ub0b4\uc6a9\uc744 \ub2f4\uace0 \uc788\uc73c\uba70, \ud504\ub85d\uc2dc \ubaa8\ub378\uc740 \uc774\ub7f0 \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1\ud558\uac70\ub098 \uc815\ub82c\ud558\ub294 \ubc29\ubc95\uc744 \uc815\uc758\ud569\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c \ucf54\ub4dc: QSortFilterProxyModel \uc0ac\uc6a9\ud558\uae30<\/h3>\n<pre><code class=\"language-python\"># \ud544\uc694\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac \uc784\ud3ec\ud2b8\nimport sys\nfrom PyQt5.QtWidgets import QApplication, QVBoxLayout, QTableView, QLineEdit, QWidget\nfrom PyQt5.QtCore import Qt, QSortFilterProxyModel, QStringListModel\n\n# \uba54\uc778 \uc708\ub3c4\uc6b0 \ud074\ub798\uc2a4 \uc815\uc758\nclass MainWindow(QWidget):\n    def __init__(self):\n        super().__init__()\n        \n        # \ub370\uc774\ud130 \ubaa8\ub378 \uc0dd\uc131\n        self.model = QStringListModel()\n        self.model.setStringList([\"Python\", \"Java\", \"C++\", \"JavaScript\", \"HTML\", \"CSS\", \"Ruby\"])\n        \n        # QSortFilterProxyModel \uc0dd\uc131\n        self.proxy_model = QSortFilterProxyModel()\n        self.proxy_model.setSourceModel(self.model)\n        \n        # \ud544\ud130 \uc785\ub825\ucc3d \uc0dd\uc131\n        self.filter_input = QLineEdit()\n        self.filter_input.setPlaceholderText(\"\uc5b8\uc5b4 \ud544\ud130\ub9c1...\")\n        self.filter_input.textChanged.connect(self.on_filter_changed)\n        \n        # \ud14c\uc774\ube14 \ubdf0 \uc0dd\uc131\n        self.table_view = QTableView()\n        self.table_view.setModel(self.proxy_model)\n        \n        # \ub808\uc774\uc544\uc6c3 \uc124\uc815\n        layout = QVBoxLayout()\n        layout.addWidget(self.filter_input)\n        layout.addWidget(self.table_view)\n        self.setLayout(layout)\n        \n        # \uc708\ub3c4\uc6b0 \uc124\uc815\n        self.setWindowTitle(\"QSortFilterProxyModel \uc608\uc81c\")\n        self.resize(400, 300)\n\n    def on_filter_changed(self, text):\n        # \ud14d\uc2a4\ud2b8\uc5d0 \ub300\ud55c \ud544\ud130 \uc124\uc815\n        self.proxy_model.setFilterFixedString(text)\n\n# \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc2e4\ud589\nif __name__ == \"__main__\":\n    app = QApplication(sys.argv)\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec_())\n<\/code><\/pre>\n<h2>QSortFilterProxyModel\uc758 \uc8fc\uc694 \uba54\uc11c\ub4dc<\/h2>\n<p>QSortFilterProxyModel\uc5d0\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc8fc\uc694 \uba54\uc11c\ub4dc\ub97c \ud65c\uc6a9\ud558\uc5ec \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li><code>setFilterFixedString(self, filterString)<\/code>: \uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4\ub85c \ub370\uc774\ud130\uc758 \ud544\ud130\ub9c1\uc744 \uc124\uc815\ud569\ub2c8\ub2e4. \uc774 \uba54\uc11c\ub4dc\ub294 \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \ud14d\uc2a4\ud2b8 \ud544\ud130\ub97c \uae30\uc900\uc73c\ub85c \uacb0\uacfc\ub97c \ud55c\uc815\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n<li><code>setSortRole(self, sortRole)<\/code>: \uc815\ub82c\ud560 \ub54c \uc0ac\uc6a9\ud560 \ub370\uc774\ud130 \uc5ed\ud560\uc744 \uc124\uc815\ud569\ub2c8\ub2e4. \uc774\ub294 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \uac16\ub294 \ubaa8\ub378\uc5d0\uc11c \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n<li><code>sort(self, column, order=Qt.AscendingOrder)<\/code>: \ud2b9\uc815 \uc5f4\uc744 \uae30\uc900\uc73c\ub85c \ub370\uc774\ud130\ub97c \uc815\ub82c\ud569\ub2c8\ub2e4.<\/li>\n<li><code>filterAcceptsRow(self, sourceRow, sourceParent)<\/code>: \ud504\ub85d\uc2dc\uc5d0\uc11c \ubc18\ud658\ud560 \ub370\uc774\ud130\uc758 \uac01 \ud589\uc5d0 \ub300\ud574 \ud544\ud130\ub9c1 \ub85c\uc9c1\uc744 \uc815\uc758\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub354 \ubcf5\uc7a1\ud55c \ud544\ud130\ub9c1 \ub17c\ub9ac\ub97c \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uace0\uae09 \uc608\uc81c: \uc0ac\uc6a9\uc790 \uc815\uc758 \ud544\ud130\ub9c1<\/h3>\n<p>\uc774\ubc88\uc5d0\ub294 \ud544\ud130\ub9c1\uc744 \uc0ac\uc6a9\uc790 \uc815\uc758\ud558\uae30 \uc704\ud55c \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ud2b9\uc815 \uae00\uc790\uc758 \uc218\ub97c \uae30\uc900\uc73c\ub85c \ud544\ud130\ub9c1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 <code>filterAcceptsRow<\/code> \uba54\uc11c\ub4dc\ub97c \uc624\ubc84\ub77c\uc774\ub4dc\ud558\uc5ec \uad6c\ud604\ud569\ub2c8\ub2e4.<\/p>\n<pre><code class=\"language-python\">class CustomProxyModel(QSortFilterProxyModel):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.min_length = 0\n\n    def setMinLength(self, length):\n        self.min_length = length\n        self.invalidateFilter()  # \ud544\ud130 \uc0c8\ub85c \uace0\uce68\n\n    def filterAcceptsRow(self, source_row, source_parent):\n        index = self.sourceModel().index(source_row, 0, source_parent)\n        value = self.sourceModel().data(index, Qt.DisplayRole)\n        return len(value) &gt;= self.min_length  # \ubb38\uc790\uc5f4 \uae38\uc774 \uae30\uc900 \ud544\ud130\ub9c1\n\n# \uc608\uc81c \uce74\uc2a4 \uc0dd\uc131 \ubc0f \uc0ac\uc6a9\nclass LengthFilterWindow(QWidget):\n    def __init__(self):\n        super().__init__()\n        self.model = QStringListModel()\n        self.model.setStringList([\"Short\", \"Average\", \"Extraordinary\", \"Long\", \"Tiny\"])\n        \n        # \uc0ac\uc6a9\uc790 \uc815\uc758 \ud504\ub85d\uc2dc \ubaa8\ub378\n        self.proxy_model = CustomProxyModel(self)\n        self.proxy_model.setSourceModel(self.model)\n        \n        # QTableView\uc640 UI \uc124\uc815 (\uc0dd\ub7b5)\n<\/code><\/pre>\n<h2>QSortFilterProxyModel\uacfc QTableView\uc758 \ud1b5\ud569<\/h2>\n<p>QSortFilterProxyModel\uc744 QTableView\uc640 \uacb0\ud569\ud558\uc5ec \uac15\ub825\ud55c \ud14c\uc774\ube14 \uae30\ubc18 UI\ub97c \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uac01 \ud589\uc774\ub098 \uc5f4\uc744 \uae30\uc900\uc73c\ub85c \uc815\ub82c \ubc0f \ud544\ud130\ub9c1 \uae30\ub2a5\uc744 \uc81c\uacf5\ud568\uc73c\ub85c\uc368 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \ud14c\uc774\ube14 \uc815\ub82c \ubc0f \ud544\ud130\ub9c1 \uae30\ub2a5\uc744 \uac00\uc9c4 \ud30c\uc774\ud504\ub77c\uc778\uc744 \uad6c\ud604\ud558\ub294 \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code class=\"language-python\">class SortableTableView(QTableView):\n    def __init__(self, model):\n        super().__init__()\n        self.setModel(model)\n        \n        # \uc5f4 \ud5e4\ub354 \uc2a4\ud2b8\ub808\uce6d\n        self.horizontalHeader().setStretchLastSection(True)\n        self.setSortingEnabled(True)  # \ud14c\uc774\ube14 \uc815\ub82c \uae30\ub2a5 \ud65c\uc131\ud654\n\n# \uc608\uc81c \uc0ac\uc6a9\nif __name__ == \"__main__\":\n    app = QApplication(sys.argv)\n    model = QStringListModel([\"Python\", \"Java\", \"C++\", \"JavaScript\", \"HTML\"])\n    proxy = CustomProxyModel()\n    proxy.setSourceModel(model)\n\n    table_view = SortableTableView(proxy)\n    table_view.show()\n    sys.exit(app.exec_())\n<\/code><\/pre>\n<h2>QSortFilterProxyModel\uc758 \uc131\ub2a5<\/h2>\n<p>QSortFilterProxyModel\uc740 \ub300\ub7c9\uc758 \ub370\uc774\ud130 \ubc0f \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \uad6c\uc870\uc5d0\uc11c \ud6cc\ub96d\ud55c \uc131\ub2a5\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c \ub85c\uc9c1\uc740 \uba54\ubaa8\ub9ac\uc5d0\uc11c \uc6d0\ubcf8 \ubaa8\ub378 \ub370\uc774\ud130\ub97c \uae30\ubc18\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c0\uae30 \ub54c\ubb38\uc5d0, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc131\ub2a5\uc744 \uc800\ud558\uc2dc\ud0a4\uc9c0 \uc54a\uc73c\uba70 \uc0ac\uc6a9\uc790 \uce5c\ud654\uc801\uc778 UI\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\ub97c \ud1b5\ud574 QSortFilterProxyModel\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc \ub2e4\uc591\ud55c \ud65c\uc6a9\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ub370\uc774\ud130 \ubaa8\ub378\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \ud544\ud130\ub9c1\ud558\uace0 \uc815\ub82c\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc740 PyQt \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc911\uc694\ud55c \uc694\uc18c\uc774\uba70, \uc774\ub97c \ud1b5\ud574 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud68d\uae30\uc801\uc73c\ub85c \uac1c\uc120\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. QSortFilterProxyModel\uc758 \uc0ac\uc6a9\ubc95\uc744 \uc775\ud788\uace0, \uc5ec\ub7ec\ubd84\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ud6cc\ub96d\ud55c \ub370\uc774\ud130 \uad00\ub9ac \uae30\ub2a5\uc744 \uad6c\ud604\ud574 \ubcf4\uc138\uc694!<\/p>\n<p>\uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\ud558\uae30 \uc704\ud55c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ub3c4\uad6c\uc778 QSortFilterProxyModel\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. QSortFilterProxyModel\uc740 Qt\uc758 \ubaa8\ub378-\ubdf0-\ucee8\ud2b8\ub864\ub7ec(MVC) \ud328\ud134\uc744 \ub530\ub978 \ub370\uc774\ud130 \ubaa8\ub378\uc785\ub2c8\ub2e4. \uc774 \ubaa8\ub378\uc740 \uc6d0\ubcf8 \ub370\uc774\ud130 \ubaa8\ub378\uc5d0 \ub300\ud55c \ud544\ud130\ub9c1\uacfc \uc815\ub82c\uc744 \uc9c0\uc6d0\ud558\uc5ec, \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub354\uc6b1 \ud6a8\uc728\uc801\uc778 \ub370\uc774\ud130 \uad00\ub9ac\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. QSortFilterProxyModel \uac1c\uc694 QSortFilterProxyModel\uc740 QAbstractProxyModel\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. \uc774\uac83\uc740 \ub2e4\ub978 \ubaa8\ub378(\uc608: QStandardItemModel)\uc744 \ubc14\ud0d5\uc73c\ub85c \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39228\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[193],"tags":[],"class_list":["post-39228","post","type-post","status-publish","format-standard","hentry","category-pyqt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/39228\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\ud558\uae30 \uc704\ud55c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ub3c4\uad6c\uc778 QSortFilterProxyModel\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. QSortFilterProxyModel\uc740 Qt\uc758 \ubaa8\ub378-\ubdf0-\ucee8\ud2b8\ub864\ub7ec(MVC) \ud328\ud134\uc744 \ub530\ub978 \ub370\uc774\ud130 \ubaa8\ub378\uc785\ub2c8\ub2e4. \uc774 \ubaa8\ub378\uc740 \uc6d0\ubcf8 \ub370\uc774\ud130 \ubaa8\ub378\uc5d0 \ub300\ud55c \ud544\ud130\ub9c1\uacfc \uc815\ub82c\uc744 \uc9c0\uc6d0\ud558\uc5ec, \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub354\uc6b1 \ud6a8\uc728\uc801\uc778 \ub370\uc774\ud130 \uad00\ub9ac\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. QSortFilterProxyModel \uac1c\uc694 QSortFilterProxyModel\uc740 QAbstractProxyModel\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. \uc774\uac83\uc740 \ub2e4\ub978 \ubaa8\ub378(\uc608: QStandardItemModel)\uc744 \ubc14\ud0d5\uc73c\ub85c \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39228\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T03:38:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:05+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/39228\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39228\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\",\"datePublished\":\"2024-11-02T03:38:41+00:00\",\"dateModified\":\"2024-11-26T06:42:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39228\/\"},\"wordCount\":29,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"PyQt\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39228\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39228\/\",\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T03:38:41+00:00\",\"dateModified\":\"2024-11-26T06:42:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39228\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39228\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39228\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","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:\/\/atmokpo.com\/w\/39228\/","og_locale":"ko_KR","og_type":"article","og_title":"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\ud558\uae30 \uc704\ud55c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ub3c4\uad6c\uc778 QSortFilterProxyModel\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. QSortFilterProxyModel\uc740 Qt\uc758 \ubaa8\ub378-\ubdf0-\ucee8\ud2b8\ub864\ub7ec(MVC) \ud328\ud134\uc744 \ub530\ub978 \ub370\uc774\ud130 \ubaa8\ub378\uc785\ub2c8\ub2e4. \uc774 \ubaa8\ub378\uc740 \uc6d0\ubcf8 \ub370\uc774\ud130 \ubaa8\ub378\uc5d0 \ub300\ud55c \ud544\ud130\ub9c1\uacfc \uc815\ub82c\uc744 \uc9c0\uc6d0\ud558\uc5ec, \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub354\uc6b1 \ud6a8\uc728\uc801\uc778 \ub370\uc774\ud130 \uad00\ub9ac\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. QSortFilterProxyModel \uac1c\uc694 QSortFilterProxyModel\uc740 QAbstractProxyModel\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. \uc774\uac83\uc740 \ub2e4\ub978 \ubaa8\ub378(\uc608: QStandardItemModel)\uc744 \ubc14\ud0d5\uc73c\ub85c \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c\"","og_url":"https:\/\/atmokpo.com\/w\/39228\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T03:38:41+00:00","article_modified_time":"2024-11-26T06:42:05+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/39228\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39228\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c","datePublished":"2024-11-02T03:38:41+00:00","dateModified":"2024-11-26T06:42:05+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39228\/"},"wordCount":29,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["PyQt"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39228\/","url":"https:\/\/atmokpo.com\/w\/39228\/","name":"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T03:38:41+00:00","dateModified":"2024-11-26T06:42:05+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39228\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39228\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39228\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"PyQt\uac1c\ubc1c\uac15\uc88c, QSortFilterProxyModel\ub85c \ud544\ud130\ub9c1 \ubc0f \uc815\ub82c"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":39284,"url":"https:\/\/atmokpo.com\/w\/39284\/","url_meta":{"origin":39228,"position":0},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, MacOS Spotlight \uac19\uc740 \uae30\ub2a5 \uad6c\ud604, \ud14d\uc2a4\ud2b8\uc640 \ub9c1\ud06c \ub4f1\uc744 \ud3ec\ud568\ud55c \uc815\ubcf4 \ub808\uc774\uc5b4 \ucd94\uac00","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \uc11c\ub860 PyQt\ub294 Python \ud504\ub85c\uadf8\ub798\uba38\ub4e4\uc774 Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ud65c\uc6a9\ud558\uc5ec \uac15\ub825\ud558\uace0 \uc9c1\uad00\uc801\uc778 GUI(Graphical User Interface) \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud558\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 MacOS\uc758 Spotlight\uc640 \uc720\uc0ac\ud55c \uae30\ub2a5\uc744 \uad6c\ud604\ud574\ubcfc \uac83\uc785\ub2c8\ub2e4. Spotlight\ub294 \uc0ac\uc6a9\uc790\uac00 \ud544\uc694\ub85c \ud558\ub294 \uc815\ubcf4\ub97c \ube60\ub974\uac8c \ucc3e\uc744 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc774\uc640 \uc720\uc0ac\ud55c \uac80\uc0c9 \uae30\ub2a5\uc744\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":39132,"url":"https:\/\/atmokpo.com\/w\/39132\/","url_meta":{"origin":39228,"position":1},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, QSequentialAnimationGroup\uacfc QParallelAnimationGroup","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc11c\ub860 PyQt\ub294 Python\uc5d0\uc11c Qt \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. PyQt\ub97c \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uc81c\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc560\ub2c8\uba54\uc774\uc158\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ubcf4\ub2e4 \uc9c1\uad00\uc801\uc774\uace0 \ub9e4\ub825\uc801\uc73c\ub85c \ub9cc\ub4dc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. QSequentialAnimationGroup\uacfc QParallelAnimationGroup\uc740 PyQt\uc5d0\uc11c \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uae30 \uc704\ud55c \ub450 \uac00\uc9c0 \uc911\uc694\ud55c\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38822,"url":"https:\/\/atmokpo.com\/w\/38822\/","url_meta":{"origin":39228,"position":2},"title":"OpenCV \uac15\uc88c, \ub2e4\uc591\ud55c \uc0ac\uc804 \ud559\uc2b5 \ubaa8\ub378 \ube44\uad50 \ubc0f \ud29c\ub2dd","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: [\ub0a0\uc9dc] 1. OpenCV \uc18c\uac1c OpenCV(Open Source Computer Vision Library)\ub294 \uc774\ubbf8\uc9c0 \ucc98\ub9ac\ub97c \uc704\ud55c \uc624\ud508 \uc18c\uc2a4 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c, \uc2e4\uc2dc\uac04 \ucef4\ud4e8\ud130 \ube44\uc804 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \uac1c\ubc1c\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. C++, Python, Java \ub4f1 \ub2e4\uc591\ud55c \uc5b8\uc5b4\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc774 \uae00\uc5d0\uc11c\ub294 \uc8fc\ub85c Python\uacfc \ud568\uaed8 OpenCV\ub97c \ud65c\uc6a9\ud55c \ub2e4\uc591\ud55c \uc0ac\uc804 \ud559\uc2b5 \ubaa8\ub378\uc744 \ube44\uad50\ud558\uace0 \ud29c\ub2dd\ud558\ub294 \ubc29\ubc95\uc744 \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. 2.\u2026","rel":"","context":"&quot;OpenCV&quot;\uc5d0\uc11c","block_context":{"text":"OpenCV","link":"https:\/\/atmokpo.com\/w\/category\/opencv\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30096,"url":"https:\/\/atmokpo.com\/w\/30096\/","url_meta":{"origin":39228,"position":3},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uc804\ucc98\ub9ac, \uacb0\uce21\uce58 \ud655\uc778","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ub525\ub7ec\ub2dd \ubaa8\ub378\uc758 \uc131\ub2a5\uc740 \ub370\uc774\ud130\uc758 \ud488\uc9c8\uc5d0 \ud06c\uac8c \uc88c\uc6b0\ub429\ub2c8\ub2e4. \ub530\ub77c\uc11c \ub370\uc774\ud130 \uc804\ucc98\ub9ac\ub294 \ub525\ub7ec\ub2dd \ubaa8\ub378\uc744 \uad6c\ucd95\ud558\ub294 \ub370 \uc788\uc5b4 \uac00\uc7a5 \uc911\uc694\ud55c \uacfc\uc815 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58(Pytorch)\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \uc804\ucc98\ub9ac\ub97c \uc218\ud589\ud558\uace0, \ub370\uc774\ud130\uc14b\uc5d0\uc11c \uacb0\uce21\uce58\ub97c \ud655\uc778\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub370\uc774\ud130 \uc804\ucc98\ub9ac\ub780? \ub370\uc774\ud130 \uc804\ucc98\ub9ac(Data Preprocessing)\ub294 \uc6d0\ubcf8 \ub370\uc774\ud130\ub97c \ubd84\uc11d\ud558\uae30 \uc801\ud569\ud55c \ud615\ud0dc\ub85c \ubcc0\ud658\ud558\ub294 \uacfc\uc815\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \uc5ec\ub7ec \ub2e8\uacc4\ub97c\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30803,"url":"https:\/\/atmokpo.com\/w\/30803\/","url_meta":{"origin":39228,"position":4},"title":"\ud30c\uc774\uc36c \uc790\ub3d9\ub9e4\ub9e4 \uac1c\ubc1c, pandas DataFrame","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ucd5c\uadfc \ub4e4\uc5b4 \ud30c\uc774\uc36c\uc744 \ud65c\uc6a9\ud55c \uc790\ub3d9\ub9e4\ub9e4 \uc2dc\uc2a4\ud15c \uac1c\ubc1c\uc774 \ud65c\ubc1c\ud788 \uc774\ub8e8\uc5b4\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ub370\uc774\ud130 \ubd84\uc11d \ubc0f \ucc98\ub9ac\ub97c \uc704\ud55c pandas \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 \ub9ce\uc740 \ud2b8\ub808\uc774\ub354\uc640 \uac1c\ubc1c\uc790\ub4e4 \uc0ac\uc774\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc744 \uc774\uc6a9\ud55c \uc790\ub3d9\ub9e4\ub9e4 \uac1c\ubc1c \uacfc\uc815\uc5d0\uc11c \uc5b4\ub5bb\uac8c pandas DataFrame\uc744 \ud65c\uc6a9\ud558\uc5ec \ud6a8\uc728\uc801\uc778 \ub370\uc774\ud130 \ubd84\uc11d\uacfc \uc804\ub7b5 \uac1c\ubc1c\uc744 \ud560 \uc218 \uc788\ub294\uc9c0\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc790\ub3d9\ub9e4\ub9e4\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uc790\ub3d9\ub9e4\ub9e4&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uc790\ub3d9\ub9e4\ub9e4","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ec%9e%90%eb%8f%99%eb%a7%a4%eb%a7%a4\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25341,"url":"https:\/\/atmokpo.com\/w\/25341\/","url_meta":{"origin":39228,"position":5},"title":"\ub525 \ub7ec\ub2dd\uc744 \uc774\uc6a9\ud55c \uc790\uc5f0\uc5b4 \ucc98\ub9ac: 1D CNN\uc73c\ub85c \uc2a4\ud338 \uba54\uc77c \ubd84\ub958\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: [\ub0a0\uc9dc] \uc11c\ub860 \ucd5c\uadfc \uba87 \ub144\uac04 \ub525 \ub7ec\ub2dd \uae30\uc220\uc774 \ube44\uc57d\uc801\uc73c\ub85c \ubc1c\uc804\ud558\uba74\uc11c \ub2e4\uc591\ud55c \ubd84\uc57c\uc5d0 \ud65c\uc6a9\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc790\uc5f0\uc5b4 \ucc98\ub9ac(Natural Language Processing, NLP)\ub294 \ucef4\ud4e8\ud130\uac00 \uc778\uac04\uc758 \uc5b8\uc5b4\ub97c \uc774\ud574\ud558\uace0 \uc0dd\uc131\ud558\ub294 \uae30\uc220\ub85c, \uc774\uba54\uc77c \ubd84\ub958, \uac10\uc815 \ubd84\uc11d, \uae30\uacc4 \ubc88\uc5ed \ub4f1 \ub2e4\ubc29\uba74\uc5d0\uc11c \ud65c\uc6a9\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 1\ucc28\uc6d0 \ud569\uc131\uacf1 \uc2e0\uacbd\ub9dd(1D CNN)\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud338 \uba54\uc77c\uc744\u2026","rel":"","context":"&quot;\ub525\ub7ec\ub2dd \uc790\uc5f0\uc5b4\ucc98\ub9ac&quot;\uc5d0\uc11c","block_context":{"text":"\ub525\ub7ec\ub2dd \uc790\uc5f0\uc5b4\ucc98\ub9ac","link":"https:\/\/atmokpo.com\/w\/category\/%eb%94%a5%eb%9f%ac%eb%8b%9d-%ec%9e%90%ec%97%b0%ec%96%b4%ec%b2%98%eb%a6%ac\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=39228"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39228\/revisions"}],"predecessor-version":[{"id":39229,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39228\/revisions\/39229"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}