Displaying 3 results from an estimated 3 matches for "6mm".
Did you mean:
64m
2006 Feb 19
2
possible rails -> postgresql bug
...is a sample of the records.
select * from flashing_codes limit 10;
code | description | folds
----------+------------------------------------------+---------------------
SG.05A | ALUMINIUM FLASHING C/B GIRTH 520MM FOLDS | {1,0,2,3,4,5,6}
DN.03Z | .6MM FLASHING Z/A GIRTH 200MM FOLDS | {0,6,5,4,3,2,1}
SR.05G | .6MM FLASHING GAL GIRTH 300MM FOLDS | {5,4,3,2,1,0,6}
RR.06Z | .6MM FLASHING Z/A GIRTH 400MM FOLDS | {6,5,4,3,2,1,0}
RR.05G | .6MM FLASHING GAL GIRTH 300MM FOLDS | {6,5,4,3,2,1,0}
RR.09C | .6MM FLASHING C/...
2017 Jun 25
2
Help to organize data
...pothetical example of what I have and I what I need
comes in sequence.
The following table is what I have for a single year.
Notice that number of observations varies from day to day entire year.
*Day*
*Time*
*Prec*
Jan
1
7:00
20mm
1
7:20
15mm
1
7:30
5mm
2
6:00
10mm
2
15:00
16mm
...
...
...mm
31
7:00
2mm
Feb
1
9:00
6mm
1
9:45
30mm
2
6:45
12mm
2
16:00
20mm
2
22:00
60mm
*...*
*...*
*...mm*
28
11:30
25mm
*...*
*...*
*...*
*...mm*
Dec
31
*...*
*...mm*
That way is hard to develop analysis comparing to another year.
Thus, I would like summari...
2017 Jun 25
0
Help to organize data
...ire year.
>
>
>
> *Day*
>
> *Time*
>
> *Prec*
>
> Jan
>
>
>
> 1
>
> 7:00
>
> 20mm
>
> 1
>
> 7:20
>
> 15mm
>
> 1
>
> 7:30
>
> 5mm
>
> 2
>
> 6:00
>
> 10mm
>
> 2
>
> 15:00
>
> 16mm
>
> ...
>
> ...
>
> ...mm
>
> 31
>
> 7:00
>
> 2mm
>
> Feb
>
> 1
>
> 9:00
>
> 6mm
>
> 1
>
> 9:45
>
> 30mm
>
> 2
>
> 6:45
>
> 12mm
>
> 2
>
> 16:00
>
> 20mm
>
> 2
>
> 22:00
>...