removing some warnings
This commit is contained in:
@@ -754,9 +754,6 @@ def dataprep(rowdatadf,id=0,bands=True,barchart=True,otwpower=True,
|
||||
print("empty")
|
||||
return 0
|
||||
|
||||
if debug:
|
||||
print("dataprep",id)
|
||||
|
||||
# rowdatadf.set_index([range(len(rowdatadf))],inplace=True)
|
||||
t = rowdatadf.loc[:,'TimeStamp (sec)']
|
||||
t = pd.Series(t-rowdatadf.loc[:,'TimeStamp (sec)'].iloc[0])
|
||||
|
||||
Reference in New Issue
Block a user