Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Jan 12, 2024
1 parent cce2576 commit d84d46b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mdtools/labelstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ def get_name(df):
col = df[column_name].tolist()
first_valid = next(x for x in col if not isnan(x))
print("&&&&&&&")
print(first_valid)
print(col)
print(col[0])
print(type(col[0]))
print("&&&&&&&")
source_file_ex = df.at[first_valid, column_name]
print(source_file_ex)
Expand Down

0 comments on commit d84d46b

Please sign in to comment.