Python Forum
operation with series
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
operation with series
#1
Hello,
if I have 2 series:

Serie1
Name Number
---- ------
a 10
b 20
c 30
Serie2
Name Number
---- ------
a 5
b 30
c 100

I would like to have a result serie with the following condition :
1) Just positve Diff between Serie2 - Serie1
2) Order the result desc

Result
Name Number
---- ------
c 70
b 10

Thank You -
Reply
#2
What have you tried? We're not big on writing code for people here, but we would be happy to help you fix your code when you run into problems. When you do run into problems, please post your code in Python tags, and clearly explain the problem you are having, including the full text of any errors.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020