testnet@16 wf2md % python3 wf2md.py
Traceback (most recent call last):
File "/Users/testnet/Desktop/scripts/wf2md/wf2md.py", line 113, in <module>
pd.concat(note_dfs, ignore_index=True)
File "/opt/homebrew/lib/python3.11/site-packages/pandas/util/_decorators.py", line 331, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/pandas/core/reshape/concat.py", line 368, in concat
op = _Concatenator(
^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/pandas/core/reshape/concat.py", line 425, in __init__
raise ValueError("No objects to concatenate")
ValueError: No objects to concatenate