I have 1 table Order with columns CustomerID, TransactionNo, OrderYear, Sales I need to return the number of new CustomerID and total number of transaction ever
It is possible to manually save an Excel spreadsheet as a "Strict Open XML" file in Excel filtype drop-down when using "Save as" instead of saving it as the def
Planning to upgrade Dev data factory gateway from 5.14 version to 5.16. Will this affect the ci cd process? Prod datafactory is having 5.14. Following the Micro
There are submodules in the project and I use following command to clone submodules recursively. $ Git clone --recurse-submodules ssh://[email protected]
I'm creating a personal discord bot to make a daily task of mine easier, which involves taking some readings daily. My chosen method is storing my user data in
I have an Azure DevOps pipeline with the resource section is given below resources: repositories: - repository: test type: git name: Hackfest/templa
I have a pandas dataframe and I would like to ask the user to set the index column like so: indexinput = input("Set index column: (Leave blank for none") then
I have three classes, Processor is meant to process different types of Message which is typed. The code shown here is not working, I suppose it's because it can
I have been trying to follow algorithm provided here to find k'th smallest value in the binary tree. However, I'm not clear about searching the right subtree (i