I have a dataframe like this: JoiKey period Age Amount Jk1 2022-02 2 200 Jk1 2022-02 3 450 Jk2 2022-03 5 500 Jk3 2022-03 0 200 Jk2 2022-02 8 300 Jk3 2022-03 9
this is my views.py def qualified(request, employee_id): current_date = datetime.date.today() _history = PayrollModel.objects.all() for her in _hist
I get this error message when i run command - docker-comose up ERROR: Version in "./docker-compose.yaml" is invalid - it should be a string. My docker-compose
Suppose I have a vector of pair container: vector <pair <int, int>> vp = {{1, 2}. {4, 4}, {2, 3}}; Now I want to sort this contai
I am trying to scrape https://howlongtobeat.com, but I keep getting 302 redirects. I found that the website is using ajax from the network monitor. My code: cla
I am looking for a way to list all elements that have onclick event on a page.
Why Azure storage account has two keys ? Please explain with some real time examples
There is a way to validate the input of the user with a TextFormField or TextField,to reject the input if it's not an email.
I want to convert a function which return a String to &str my code: fn main() { let req = WebhookRequestBuilder::new() .set_da
First time creating blocks in Wordpress with the react style. I belive my index.php registering multiple scripts is spouting out console errors in js. JS consol