how can i find the top 3 blogpost with the maximum comments here are my models: class BlogPost(models.Model): title = models.CharField(max_length=250)
I am working on an project which is using opencv. this closes any opened application when an specific hand gesture is given. So what I want is
For some reason, in a Python application I am trying to modify, the logger is not logging anything. I traced the error to logging/__init__.py def handle(self,
I'm trying to concatenate two dataframes with these conditions : for an existing header, append to the column ; otherwise add a new column. The code is working
I have searched the few questions with answers on SO with no luck. like this one, and this one, or this one, and this one I have a basic function that needs to
I have a column that I need to extract and separate all the genres, then add those extract genres back into dataframe. I tried to implement str.extract() method
I have a stage in my ci-cd pipeline: version_check:main: stage: main script: - echo CI_MERGE_REQUEST_SOURCE_BRANCH_NAME=$CI_MERGE_REQUEST_SOURCE_BRANCH_