Error: Circular Reference Detected on Table Display
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
So this may appear to be similar to #7935 is is actually different. I was running a Dataframe into a BeakerX table and saw that I had some int64 columns and assumed they were the issue. They were not.
However, I had two columns that were of type bool in df.dtypes. When I converted these two to type object, then the dataframe was displayed correctly. Thus what ever caused an issue with int64 probably needs to be looked at for type bool as well.
This is on Pandas version 0.24.2 and BeakerX 1.4.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.