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

Data frame table #64

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

brett-patterson
Copy link
Contributor

This PR is based on Robert's QTableView for pandas data frames and also adds a corresponding Enaml widget.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.28%) when pulling 2cba9b7 on brett-patterson:data-frame-table into a08930f on enthought:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.28%) when pulling b84ebac on brett-patterson:data-frame-table into a08930f on enthought:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.53%) when pulling 0667071 on brett-patterson:data-frame-table into a08930f on enthought:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-8.02%) when pulling a0d453b on brett-patterson:data-frame-table into a08930f on enthought:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-8.28%) when pulling 6e9ae89 on brett-patterson:data-frame-table into a08930f on enthought:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.78%) when pulling fa39ded on brett-patterson:data-frame-table into a08930f on enthought:master.

@jwiggins
Copy link
Member

jwiggins commented Aug 1, 2014

Looking better! 😉

""" Proxy changes in `data_frame` down to the Qt widget.

"""
if self._table:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be if self._table is not None:?

@johntyree johntyree self-assigned this Sep 25, 2014
@johntyree johntyree removed their assignment Nov 10, 2014
@itziakos itziakos mentioned this pull request Dec 5, 2014
2 tasks
@itziakos itziakos added this to the 0.3.0 milestone Dec 12, 2014
@itziakos itziakos removed this from the 0.3.0 milestone Nov 9, 2018
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

Successfully merging this pull request may close these issues.

5 participants