{"id":4599,"date":"2024-07-09T12:44:36","date_gmt":"2024-07-09T04:44:36","guid":{"rendered":"http:\/\/cnliutz.ipyingshe.net\/?p=4599"},"modified":"2024-07-09T12:44:38","modified_gmt":"2024-07-09T04:44:38","slug":"%e7%88%ac%e5%8f%96%e9%ab%98%e5%b1%b1%e7%bd%91%e4%b8%ad%e5%9b%bd%e5%a4%a7%e5%ad%a6%e6%8e%92%e5%90%8dpython%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=4599","title":{"rendered":"\u722c\u53d6\u9ad8\u5c71\u7f51\u4e2d\u56fd\u5927\u5b66\u6392\u540dpython\u4ee3\u7801"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#\u5f53\u7136\u53ef\u4ee5\uff01\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u7684 Python \u722c\u866b\u793a\u4f8b\uff0c\n#\u7528\u4e8e\u4ece\u9ad8\u5c71\u7f51\u83b7\u53d6\u8fd1\u4e09\u5e74\u4e2d\u56fd\u9ad8\u6821\u6392\u540d\u6570\u636e\u3002\u4f60\u53ef\u4ee5\u6839\u636e\u81ea\u5df1\u7684\u9700\u6c42\u8fdb\u884c\u4fee\u6539\u548c\u6269\u5c55\u3002\n\n# python\nimport requests\nimport pandas as pd\nfrom bs4 import BeautifulSoup\n\n# \u8bf7\u6c42\u9ad8\u5c71\u7f51\u7684\u6392\u540d\u9875\u9762\nurl = 'http:\/\/m.gaosan.com\/gaokao\/265440.html'\nresponse = requests.get(url)\nsoup = BeautifulSoup(response.content, 'html.parser')\n\n# \u63d0\u53d6\u8868\u683c\u6570\u636e\ntable = soup.find('table')\nrows = table.find_all('tr')\n\n# \u89e3\u6790\u8868\u683c\u6570\u636e\u5e76\u5b58\u50a8\u5230 DataFrame\ndata = &#91;]\nfor row in rows&#91;1:]:  # \u8df3\u8fc7\u8868\u5934\n    cols = row.find_all('td')\n    rank = cols&#91;0].text.strip()\n    school_name = cols&#91;1].text.strip()\n    score = cols&#91;2].text.strip()\n    star_rank = cols&#91;3].text.strip()\n    level = cols&#91;4].text.strip()\n    data.append(&#91;rank, school_name, score, star_rank, level])\n\ndf = pd.DataFrame(data, columns=&#91;'\u540d\u6b21', '\u5b66\u6821\u540d\u79f0', '\u7efc\u5408\u5f97\u5206', '\u661f\u7ea7\u6392\u540d', '\u529e\u5b66\u5c42\u6b21'])\n\n# \u5c06\u6570\u636e\u4fdd\u5b58\u5230 CSV \u6587\u4ef6\ndf.to_csv('\u6392\u540d.csv', index=False, encoding='utf-8')\n\nprint(\"\u6570\u636e\u5df2\u4fdd\u5b58\u5230:\u6392\u540d.csv\u6587\u4ef6\u4e2d\u3002\")\n<\/code><\/pre>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-c57e7c61-eccc-4796-bc6e-10185cd7e902\" href=\"http:\/\/cnliutz.ipyingshe.net\/wp-content\/uploads\/2024\/07\/\u6392\u540d.csv\">\u5927\u5b66\u6392\u540d<\/a><a href=\"http:\/\/cnliutz.ipyingshe.net\/wp-content\/uploads\/2024\/07\/\u6392\u540d.csv\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-c57e7c61-eccc-4796-bc6e-10185cd7e902\">\u4e0b\u8f7d<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-4599","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/4599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4599"}],"version-history":[{"count":1,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/4599\/revisions"}],"predecessor-version":[{"id":4601,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/4599\/revisions\/4601"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4599"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}