Sep-02-2022, 02:31 PM
I need to know what this Python command does. I will state it now
Any help appreciated.
Respectfully,
LZ
indexData-org=pd.Dataframe(columns = ['Index', 'sensor_01', 'sensor_02', 'sensor_03', 'sensor_04', 'sensor_06', 'sensor_10', 'sensor_11', 'sensor_12', 'sensor_38', 'sensor_40', 'machine_status'])I am attaching a screenshot of this python code. Each sensor and the machine_status, contains 220320 datapoints. I am assuming that this is a convenient way of moving say, sensor_01 (or any sensor or machine_status) and all of its associated datapoints around in the Python program. I have just never seen this before, hence the post.
Any help appreciated.
Respectfully,
LZ