I'm starting a work to analyse data from Stats Institutions like Eurostat using python, and so pandas. I found out there are two methods to get data from Eurost
I want to be able, within a window, to calculate a sum between two columns and modify the value of a column if this sum becomes odd. Thus, the modification of t
Bit of a wide question so feel free to ask for elaboration if needed but after some Googling I couldn't find an answer. More curious than an actual need. Is the
I've got this table, and in this table are 4 columns, like this: Column1|Column2|Column3|Column4| data 1 data 2 data 3 data 4 But how do I get it like thi
How can I set the types of a function using call()? I have this function: export function apiFetch<T>(url: string): Promise<T> { return fetch(ur
I have a pretty standard compose file. When I run it first time all containers run good. When I run docker-compose -f kafka-compose.yml down and run it again I
I want to convert an image to bitmap format. Here's the code i wrote :- Bitmap bmp = new Bitmap("c:\\images\\a10.png"); The parameter image is taken from the
I'm working on a project for computer science where I have to make a website. For this, me and my partner wanted a modal with information about us. One of the r
I was wondering with this code is there a way to remove the question part and make it so that it can only @ someone, so you do $hug and then @ someone in order
I am currently implementing a program to read and decode image from a BMP file. But I am really confused about the pixel format and especially about bit endiann