I wish to extract a few Calender Weeks from an yearly data. Once that's done, I want to pivot it, so that there is one row for each ID. We have a table DB.MY_CW
I am trying to implement an Audacity like recording interface. For that I have a function that will imitate a sine wave it will basically give a float value for
I have a model that represents a book and a model named chapter. models.py class Book(models.Model): title = models.CharField(max_length=255) book_summa
Given this list in excel: How can I filter the rows (base on the date of birth column) when a user selects the name of the month? This is what I have done so f
i have tried to use the phpmailer github example and still doesn't work Here is the code: <?php //Import PHPMailer classes into the global namespace //These
I am running into an issue where each time I run my program (which reads the dataframe from a .csv file) a new column shows up called 'Unnamed'. sample output
i use preg replace since my column database does not support "strange letters" but after regex i need keep "/", in this code bellow "/" is always missing in cod