I have this (in gulpfile.js): var gulp = require("gulp"); var mocha = require("gulp-mocha"); gulp.task("test", function() { gulp .src(["./**/*_test
How do I find all rows in a pandas DataFrame which have the max value for count column, after grouping by ['Sp','Mt'] columns? Example 1: the following DataFram
I have the following theme for light mode in themes.xml: <style name="Theme.MainTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar"> <ite
For this exercise I can input words until i enter "stop". All the words that I have input will go in to a list. I use a for loop to loop over all the words in t
I have a ListView in one my activity_main.xml file, the problem is, when I click on a Item in that ListView (activity_main.xml), it calls setContentView() and l
i have a problem in WSO2 ApiManagment: when i try to import my API from a URL i have an error. I have installed the WSO2 version 4.0.0 and i have on my Spring p