python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Table transformation Google Sheets
I'm trying to convert such table:
into such table:
First table is very big, and is being changed automatically by another user.
I'd like to use Google Sheets' query function. Any idea how?
Thanks in...
raduy
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
transpose DataFrame to another DataFrame
I need help to create DataFrame like below
City
Date
Count
Moscow
03.04.2022
1
Moscow
02.04.2022
4
Moscow
01.04.2022
7
Barcelona
03.04.2022
2
Barcelona
02.04.2022
5
...
from this D...
user_Dima
Votes: 0
Answers: 1
Pivot data in Python
I have a sales data which is in a week-wise format as shown below:
cw
customers
2022_6
2190
2022_7
2148
2022_8
2407
2022_9
3280
2022_10
3915
2022_11
1396
But I want to transpose ...
tyler
Votes: 0
Answers: 1