Insert

inserted = table.insert_rows(  
    [  
        [3, 4, 5],  
        [[-0.1, -0.5], [0.7, 0.1], [0.1,-0.2]],  
        ["how are you", "how you doing", "hello"],  
        [100,200,300]  
    ],  
)

Result:

This method returns True if it succeeds. Otherwise, “ValueError” exception will be raised.