I tried to convert my data analyst project to GUI using Tkinter library. I build the entire project on PyCharm and everything worked. so I tried to convert my p
I have models as below: Group Model class Group(model.Model): name = models.CharField(max_length=100, null=True, blank=True) GroupMember Model class GroupM
I have to apply a filter with multiple conditions using OR on a pyspark dataframe. I am trying to create a separate dataframe. Date value must be less than max_
I'm working on a bash script that checks if a backup has been made in the last X days. The script must be run on linux and macos. My problem is, that when it ch
I have produced a dataset where some of the data has two identical memberkeys but different contract values, while other memberkeys only appear once. I need to
I am trying to making a user interface with PyQt5. If i click the 5th index tab userSettings() function will call. But program raises this error: self.tabWidget
I'm working on a project to automatically rotate microscope image stacks of a fluid experiment so that they are lined up with images of the CAD template for the
I have my Django service up and running on AWS Elastic Beanstalk (on Amazon Linux 2). eb deploy works perfectly. But I would like to run some functions from she