issues running jmp2pandas.py
I am getting a termination error every time I run jmp2pandas. The table is formed, but then the termination error appears (see attached image). import jmp2pandas import pandas as pd data = { "Name": ["Alice", "Bob", "Charlie"], "Age": [25, 30, 35], "City": ["New York", "London", "Paris"] } df = pd.DataFrame(data) jmp2pandas.df2dt(df,dt_title='Example df to dt')