I have a question about beautifulsoup. This is what my divs will look like. <div class="guides__content-container"> <div class="row row-extra-small t
I need to find number of days if i enter startDate and endDate.from the start_date to end_date i only want to retrieve weekdays i.e monday to friday along with
I'm new here. I have a set of TIF frames that equal 1 minute and 25 seconds of a video. I'm attempting to copy the frames without re-encoding using the "-c:v co
I have tried lots of things and can't figure out how to do the medians of the columns I need. I dont dont why they are "nuisance columns" The warning is: Future
In my GitHub workflow I had to add a Pre-CI job to get the commit message of the PR which I use in if condition of my main-job. Now the issue here as pre_ci job
I installed anaconda from the official website and I want to integrate it with sublime text 3. I tried to build a sublime-build json file like this: { "
I have a dataset and perform kaplan meier analysis on it using lifelines library, I then perform log rank and cox analysis, but the output i receieve are type '
i need a little bit help. Is it possible to fill a list with random numbers and to check this list before each loop to see if the number already exists? I think