240 发简信
IP属地:北京
  • 多条正则匹配多条文章:python代码实现

    import reimport pandas as pdfrom tqdm import tqdm def get_re_data():df_r...

  • Resize,w 360,h 240
    jupyter notebook 使用记录

    我的电脑python安装在D盘,cmd命令框进入到d盘后,用pip install anaconda时程序默认安装到了C盘。因此启动jupyte...

  • Resize,w 360,h 240
    pandas索引 :选取行和列数据的方法

    selectstudent_id,student_namefromexam_scoreswherechinese>=90andmath>=90 ...