
Frederick Awuah-Gyasi
Statistics
RANK
197.313
of 262.745
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
1
RANK
of 17.989
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113.741
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
stacked bar graph from 3 columns
I have this table T T X Y Z 1 0 5 1 1 3 1 2 3 ...
3 meses ago | 1 answer | 0
1
answerGenerate animation(mp4) from for loop with plot
Fixed. Create a sub table for each set in column X and use the same code. Worked. Thanks all. CA = {'A' 1 0 3 ...
3 meses ago | 0
| accepted
Question
Generate animation(mp4) from for loop with plot
This code produces/generates 6 plots A1, A2, B1, B2, C1, C3. I am trying to produce 3 animations one for A1&A2, another for B1, ...
3 meses ago | 1 answer | 0
1
answerQuestion
Cross product of two tables without common key
tables 1 Name A B C table2 Number Count 1 0 2 0 3 0 4 0 I want Name Number ...
3 meses ago | 2 answers | 0
2
answersQuestion
cumulative sum table over group
tableA Name Day Color Quantity A 1 0 3 A 1 2 3 A 1 3 3 A 2 0 2 A ...
3 meses ago | 2 answers | 0
2
answersQuestion
Find min and max datetime in table
table A , Datetime, 2 05/20/22 2 05/20/23 3 04/12/99 3 06/12/02 the goal is to have two more columns with min and max d...
3 meses ago | 1 answer | 0
1
answerQuestion
Three columns (x,y,z) in table, Loop through table for each X plot Y vs Z
table X Y Z A 1 3 A 2 4 A 3 10 B 1 4 B 2 4 B 4 6 C 0 1 C 1 4 C 2 5 C 3 7 C 4 8 in this scenario the...
3 meses ago | 2 answers | 0
2
answersQuestion
Bar Graph from a table : Error Xdata must be unique
A B C 0 '0' 2 0 '1' 11 1 '0' 32 1 '1' 33 2 '0' 38 2 '1' 31 3 '0' 47 3 '1' 39 Want to have C on the Y axis, X...
6 meses ago | 1 answer | 0