Search Results

Search: Posts Made By: Abid
1,487
Posted By Abid
Thanks but I was hoping for some grouping modules...
Thanks but I was hoping for some grouping modules it might have was trying with itertools but not sure if that is the way to do it ...
1,487
Posted By Abid
do you know any module which I can use here in...
do you know any module which I can use here in python
1,487
Posted By Abid
Thanks for looking into it . I meant the...
Thanks for looking into it .

I meant the last element of sub2 which is in this case .09 gets appended to whole of sub1

Item: 1
Example
sub1
A,10,x,5
sub2
A,09,9,.09

.09 of sub2 is...
1,487
Posted By Abid
nested grouping in Python
HI All

Is there a way of nested grouping in python
I wish to format a file as given below
Input File:

Item: 1
sub1
A,10,x,5
B,345,v,7
C,67,u,9
sub2
A,09,9,.09
B,65,3..34
C,8,8,1
...
3,141
Posted By Abid
data 1 -2.4 2 -4.8 3 7.9 set...
data
1 -2.4
2 -4.8
3 7.9


set asd = `awk '$2< min {min=$2;} END{ print min}' data`
awk '{$2=$2 - '"$asd"'} {print $0}' data
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy