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

    import reimport pandas as pdfrom tqdm import tqdm def get_re_data():df_re = pd.read_exc...

  • 120
    jupyter notebook 使用记录

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

  • 120
    pandas索引 :选取行和列数据的方法

    selectstudent_id,student_namefromexam_scoreswherechinese>=90andmath>=90 上面的 SQL 语句表示从考试...