I have a keyspace killrvideo. I have 3 tables named "addProduct", "productDetails", "buyProduct". Now when I insert or update any one of the tables, I needed it to be copied to the related tables also. My choice is to use batch statement (With caution). I can execute it in CLI but unable to execute it in python. So how do I create batch statements in python? What libraries should I import for that other than cassandra-driver? Note: I'm running a single node cluster on docker compose with rf=1 and SimpleStrategy.