爬虫
张三爻
沉淀
展开
-
pandas 操作
按照值来筛选对应的列 df.loc[df['column_name'] == some_value] 参考链接: https://stackoverflow.com/questions/17071871/how-to-select-rows-from-a-dataframe-based-on-column-values原创 2020-07-04 18:17:22 · 176 阅读 · 1 评论 -
selenium的各种使用
selenium加载用户配置: https://stackoverflow.com/questions/50635087/how-to-open-a-chrome-profile-through-user-data-dir-argument-of-selenium/50637211#50637211原创 2020-07-04 18:15:22 · 201 阅读 · 2 评论