How to delete lines in an Excel file using the pandas library

前端 未结 0 1601
终归单人心
终归单人心 2020-12-16 21:46

Here is my code

def delete_teach():
    df = pd.read_excel(\'bd1.xlsx\', sheet_name=\'teachers\')
    print("Enter the name of the teacher you want to re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题