python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Counting and grouping data that have the same value in several columns
I have a hard time doing this particular task: from the data below I want to count the elements that are equal to 0 in all Degrees and group them. In other words, how many X1 have all of the three deg...
Yves Laurent
Votes: 0
Answers: 2
How do I count multiple placeholders in a String in C#?
Given is a string str 'Hello <name1>, hello <name2> and hello <name3>'
The <nameX>s are placeholders. How do I count the amount of different placeholders in this string?
xzeed
Votes: 0
Answers: 1
XSLT scheme for create a table whose header and rows are separate and hierarchical
I have a problem in order to convert a file that looks like this into a "flat" table
These files are uploaded during the exchange. There are many of them, but they have one template. First a...
Vladimir
Votes: 0
Answers: 2
Python file handling / counting amounts in file
This code is to read from a file then count the amount of times the same ip comes up and print the results to a file i have made called results.csv, it is printing to the PowerShell on python but not ...
papabeale
Votes: 0
Answers: 1