const treeData = [ { title: '0-1', value: '0-1', key: '0-1', }, { title: '0-2', value: '0-2', key: '0-2', chil
I have a dataframe (df1) which contains my entire data Measures Format 1 space and shape Constructed
I am consuming data from a Kafka topic using the following consumer setup: val consumer = { val properties = new Properties() properties.put(ConsumerCon
I'm making a Laravel package, which is a basic API Wrapper to practice. I want my code completely re-usable and neat, well that's the reason we learn OOP I thi
I installed django-import-export and it's working fine with export to excel file. But I would like to insert data into prepared excel file because of some macro
create table test add column data jsonb; insert into test values ( '[{ "name": "Alexa", "age": "20" }, { "name": "Siri
I dont know if this is the right place to ask but i will try.When I am in my page menu, I see the following numbers: All (120) | Published (80) I first thought
I'm trying to execute a test here that basically should execute some action after clicking a button using the mocked data returned by graphQL <MockedProvider