Skip to content

Commit

Permalink
test printing
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Jan 12, 2024
1 parent 997e0ac commit b7f893f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mdtools/labelstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def get_name(df):
# data = f.read()
# ls = json.loads(data)

print(df.head())

source_file_ex = df["source_file"].iloc[0]
print(source_file_ex)
proj = source_file_ex.split("/")[0]
Expand Down

0 comments on commit b7f893f

Please sign in to comment.