df=pd.DataFrame(data=Y_predict,columns=[“y”])
i use this command but data i not written in csv file
only empty strings
code
output of csv file
Hey @anandprakash1091971, did you try printing your dataframe ? Please see what it prints.