twosigma / twosigma/beakerx

TableDisplay - AttributeError: 'Series' object has no attribute 'get_values'

Open
#8,252 6 comments 3 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

Beakerx was working until a few weekly perfect.

The following command shows a beakerx table:
TableDisplay([{'y1':4, 'm3':2, 'z2':1}, {'m3':4, 'z2':2}])

But for a DataFrame it get's the error:
AttributeError: 'Series' object has no attribute 'get_values'

df = ([{'y1':4, 'm3':2, 'z2':1}, {'m3':4, 'z2':2}])
df = pd.DataFrame(df)
TableDisplay(df)

See also the picture below
![beakerx](https://user-images.githubusercontent.com/42083662/76698768-0c4a7800-66a7-11ea-8098-21e6333ababa.jpg)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.