header_names=[“Id”,“Target”]
submission_file=pd.read_csv(“submit.csv”,header=None,names=header_names)
This is the format I am using to submit my data but my output is not coming as expected
help me out
Also I want to remove the first row as it came becoz I used stacking but in the output it is not required