data= pd.read_csv("ztf1.csv",usecols=[5],header=0)
#print(data)
names=data.columns
data1= pd.DataFrame(data,columns=names)
#print(data1)
for columnData in data1:
os.system('wget --auth-no-challenge --user=xxxx@gmail.com --password=xxxx -O ztf.csv "https://irsa.ipac.caltech.edu/cgi-bin/ZTF/nph_light_curves?ID={0}&FORMAT=CSV"'.format('oid'))
This is my code.It dosent even give any errors.Just no output.