Python Forum
Any tips to how to find out values?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any tips to how to find out values?
#1
Hello 😊

I am super new to python and can’t get around the below topic. Hope this is not a stupid question…

Would anybody have a tip how to do that? Or what to do? Attached please see the table.

Many thanks!
Reply
#2
Is the screenshot showing desired output? If so, I don't know how to produce those results. "Column comparison, contents equal" is meaningless to me. Looking at the example table it looks like you scan through values left->right, top->bottom and if you run into a value you've seen before it is a match. Is that correct? What if there are multiple matches in a row? Do you report them all, or just the first?

Using the match described above I was able to make this table.
Output:
Method 1 Method 2 Method 3 Method 4 Method 5 Method 6 Content Match Content Value 80632 NaN NaN 1.9 2.8 NaN 1.8 False NaN 81393 NaN NaN NaN 1.9 NaN NaN True 1.9 86725 NaN NaN 1.8 NaN NaN NaN True 1.8 88149 NaN NaN NaN NaN 1.4 1.5 False NaN 90487 NaN 1.7 NaN 1.7 NaN NaN True 1.7 91193 NaN NaN NaN NaN NaN NaN False NaN 91194 NaN NaN NaN NaN NaN NaN False NaN 91230 NaN NaN NaN 1.9 NaN NaN True 1.9
What have you tried so far?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  find the sum of a series of values that equal a number ancorte 1 508 Oct-30-2023, 05:41 AM
Last Post: Gribouillis
  Loop through values in dictrionary and find the same as in previous row Paqqno 5 1,915 Mar-27-2022, 07:58 PM
Last Post: deanhystad
Question Find all values in drop down menu with bs4 DonaldBug13 1 4,042 Aug-06-2021, 06:16 PM
Last Post: Axel_Erfurt
  Find only the rows containing null values Bhavika 2 2,448 Jun-10-2020, 01:25 PM
Last Post: Bhavika
  Find field name from all possible values kashcode 1 2,119 Apr-22-2020, 06:14 PM
Last Post: deanhystad
  coding improvement tips vaisesumit29 1 1,819 Mar-10-2019, 05:09 PM
Last Post: stullis
  python how to find difference between two values hare 1 6,460 Jan-14-2019, 10:18 PM
Last Post: Gribouillis
  Tips for CLI program with Keybinding system pedropessoa 2 2,585 Nov-21-2018, 09:59 AM
Last Post: Gribouillis
  indentation tips Pedroski55 4 3,257 Sep-16-2018, 10:21 AM
Last Post: Gribouillis
  Organizing tips Demini 1 2,223 Feb-10-2018, 05:32 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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