Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display an error #457

Open
ShawshankLin opened this issue May 26, 2024 · 5 comments
Open

display an error #457

ShawshankLin opened this issue May 26, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ShawshankLin
Copy link

Describe the bug
7d9b7de6a785493a5edeab63b104028
After not using it for a long time, this error occurs when it is used again. After restarting vnana, it works normally.

To Reproduce

Expected behavior
It won't show any errors.

Error logs/Screenshots
If applicable, add logs/screenshots to give more information about the issue.

Desktop (please complete the following information where):

  • OS: [e.g. Ubuntu]
  • Version: [e.g. 20.04]
  • Python: [3.9]
  • Vanna: [0.5.5]

Additional context
Add any other context about the problem here.

@ShawshankLin ShawshankLin added the bug Something isn't working label May 26, 2024
@AI-Mart
Copy link

AI-Mart commented May 31, 2024

After not using it for a long time, this error occurs when it is used again. After restarting vnana, it works normally. the same error

@zhiaoLee
Copy link

我碰到了同样的问题

@mingminsun
Copy link
Contributor

mingminsun commented Jun 13, 2024

Same issue I have met.

@mingminsun
Copy link
Contributor

This because lost DB connect due to long time, you can do reconnect in your code.

@xhyyds
Copy link

xhyyds commented Jul 1, 2024

your df isn't numberic,you need deal with it like:
for col in df.columns:
df[col] = pd.to_numeric(df[col], errors='ignore')
return df

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants