here is my django project's urls.py from django.urls import path from .import views from django.conf import settings from django.conf.urls import static urlpa
I need help with exporting data using a template. I installed django-import-export and added it to admin panel, now I can only export data from the admin panel
I need to create an Excel file and to send it by Email, by X++ code in to Dyncamics AX2012. If it's possible I don't want to save the data in a physical path/fo
I have the following dataset: df = pd.DataFrame ({"a": [1,2,3,4,5,6,7,8,9,1,11,12,13,14,15,16,17,18,19,20], 'b':[1,2,3,4,50,60,70,8,9,10,110
i have the following table: A1 - 25 A2 - 26 A3 - 27 A4 - BLANK A5 - 30 A6 - 23 A7 - BLANK A8 - 24 In B1, i want the following - Starting from A1, sum up the ent
I have a folder of folders with JFIF photos and I need to convert them all to JPEG format, I think the problem is coming from either my if statement because the
I have written a simple JavaScript code to print the max number of an array and get undefined printed as well. let arrNums = [1,2,5,19,20]; const maxNum = funct
I am attempting to compile a folder of images into a single PDF by the order in which they were taken. os.getcwd() os.chdir(folder_path) a= glob.glob(folder_pa