Python Forum
How to refer to particular cell
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to refer to particular cell
#1
Dear all,

I have a question.

battery_temp = data['Battery Temperatur [°C]']. max()
self.display_bat_temp.display(battery_temp)                                                     
hvs_temp = data.iat[345, 3]
self.display_hvs_temp.display(hvs_temp)                                                         
How am I going to locate hvs_temp so that it is at the same row with battery temp?

thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to refer to a subset of a list Skaperen 4 1,581 Jan-16-2022, 02:16 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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