Python - No entiendo la función time_indexed_LAS

 
Vista:

No entiendo la función time_indexed_LAS

Publicado por Laureano Jiménez Castro (1 intervención) el 25/09/2023 01:58:15
Buenas noches, estoy intentando correr el siguiente código:

dfs = []
for elements in files:
try:
df = sc.time_indexed_LAS(elements)
except:
df = sc.new_time_indexed_LAS(elements)
dfs.append(df)
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder