Replies: 4 comments 12 replies
-
Hey, Can you provide me with your environment?
and after invoke |
Beta Was this translation helpful? Give feedback.
-
I will try to reproduce it. |
Beta Was this translation helpful? Give feedback.
-
@Danpr1984 , I have the same environment as you, but I haven't reproduced it.
|
Beta Was this translation helpful? Give feedback.
-
I have been currently working directly on gitpod, creating .ipynb files that allowed me to work on jupyter notebooks. Do you think this might be the problem? Usually everything else is working correctly. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have been trying to use pygwalker on my data analysis project with pandas but it's not working.
df = pd.read_csv('usdbudget.csv')
walker = pyg.walk(df, use_kernel_calc=True)
Should this be enough to see the tool popping up? I have tried many different things on a .ipynb file. Could I work with xlsx files as well?
Such a cool tool but I have wasted a day trying to make it work and I am sure it's something silly. Hopefully someone could help.
Beta Was this translation helpful? Give feedback.
All reactions