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

dashboard.py with error #4

Open
rlacjfjin opened this issue Sep 1, 2022 · 1 comment
Open

dashboard.py with error #4

rlacjfjin opened this issue Sep 1, 2022 · 1 comment

Comments

@rlacjfjin
Copy link

Hi,
When I run dashboard.py, there has following error:

pyarrow.lib.ArrowInvalid: ("Could not convert 'Total' with type str: tried to convert to int64", 'Conversion failed for column layer with type object')

I think it may be caused by layer column value in bin.layer_pool.describe() is mixed which are int and string.
I transfer the layer value type:

 df = bin.layer_pool.describe()
 df["layer"] = df["layer"] .apply(str)

It's ok.

I'm not sure if it's a version problem that's causing these problems.
Anyway, this is the problem I encountered and the solution. I hope other people with the same problem can refer to it.

Thanks

@Wadaboa
Copy link
Owner

Wadaboa commented Sep 6, 2022

Hi,

Thanks for opening the issue and sharing your solution. I'll leave this thread open for others to comment and refer to.

Best,
Alessio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants