I am trying to consume messages from Kafka and publish them to Google PubSub. We have 4 Kafka concurrent consumer threads and I injected the Google pubsub clien
I'm trying to create a class that holds some data and is "shared" in all the code. Like the strings in Python: they are shared everywhere, as they are immutable
I'm trying to change the date format of my data from (11 20, 2014) to 2014-11-20. I tried this: df.withColumn("newDate", to_date(col("reviewTime"),("mm dd, yyyy
I would like to call an API when a button is pressed on extension popup. But the API is not called and unable to retrieve any response from fetch API. I tried t
I have the following data frame. _id message_date_time country 0 {'$oid': '61f7dfd24
I need to create matrix matrix = np.random.randint(1, 100, size = (3, 3), dtype='l') and it`s looks likee 10 45 74 59 20 15 86 41 76 and i need to swap rows t
I rerun the code from this link with the version of ggplot2==3.3.5: df <- structure(list(date = c("2022-2-1", "2022-2-2", "2022-2-3", "2022-2-4", "2022-2-5"
I am very new when it comes to using react hooks, rendering, and routing. App.js function App() { return ( <div className="App"> <Navbar /&
like the title says, I can´t connect to Database with Zabbix. I´ve added some HP Enterprise Switches a few days ago. I´ve the exact same probl
I am new to sequelizewhen I read this instruction,it refer that by using model:generate command, model files are generated and migration files are also generate