how to write text in csv file using python in the end of the prgram code example
Example: read csv python
import pandas as pd
data = pd.read_csv("filename.csv")
data.head()
import pandas as pd
data = pd.read_csv("filename.csv")
data.head()