cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

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')
2 REPLIES 2
hogi
Level XIII

Re: issues running jmp2pandas.py

AI in the loop?

jthi
Super User

Re: issues running jmp2pandas.py

Which JMP version are you using?

-Jarmo

Recommended Articles