06 2022 档案

摘要:识别滑块验证码并自动登录 import cv2 from selenium import webdriver from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support impor 阅读全文
posted @ 2022-06-21 00:45 豆浆D 阅读(781) 评论(0) 推荐(0) 编辑
摘要:指定某行 df = pd.DataFrame(pd.read_excel(excelFile3,header = 3)) 跳过几行 df = pd.DataFrame(pd.read_excel(excelFile3,skiprows=3)) 阅读全文
posted @ 2022-06-14 17:19 豆浆D 阅读(455) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.delftstack.com/zh/howto/python-pandas/difference-between-pandas-apply-map-and-applymap/ 阅读全文
posted @ 2022-06-06 11:38 豆浆D 阅读(34) 评论(0) 推荐(0) 编辑
摘要:1.str >>>list str1 = "12345" list1 = list(str1) print list1 str2 = "123 sjhid dhi" list2 = str2.split() #or list2 = str2.split(" ") print list2 str3 = 阅读全文
posted @ 2022-06-01 16:03 豆浆D 阅读(591) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示