python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get existing pivot table names and modify them using xlwings?
I am using xlwings(python3) to automate an excel report, need to find a way to get the names of all the existing pivot tables on a given sheet and then change the source data for it, but can't find an...
Raul Gomez
Votes: 0
Answers: 1
Is there a way to use pivot_longer with an output of a shared column
I'm trying to use pivot_longer with the repeated measures data. I'm struggling because they have a shared variable.
Basically, my data includes target stimuli and their corresponding responses, also a...
gv99
Votes: 0
Answers: 2
How can i sql pivot column
I've seen a lot of questions that ask about pivot tables.Even if they don't know that they are asking about pivot tables, ......
What is pivot?
How do I pivot?
how can i pivot this data?
+---------...
Darshil Sakdecha
Votes: 0
Answers: 1
How do i pivot or transpose specific columns in a table in R?
I have an income dataset that looks like this.
CITY
2014
2015
AA
21
22
BB
21
24
I am trying to find a way to make the dataset look like this.
CITY
Income
Year
AA
21
2014
AA
21
...
Daya V
Votes: 0
Answers: 2