Sorry for not actually paying attention to your question, you want to add a 
row!
If you can get the data into another dataframe with the same column names 
(e.g. if you have another CSV with the same header), you can do:

append!(df, newdata)

Reply via email to