How to insert a column

How do I insert a col to be the first col?

xx.insert_columns(0, 1, 1.0).clone_owned();

What is the starting row? 1 col filled with 1.0.

Thanks

Never mind please delete the question