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

Using pandas with PyQt #435

Closed
wants to merge 5 commits into from
Closed

Using pandas with PyQt #435

wants to merge 5 commits into from

Conversation

sjev
Copy link
Contributor

@sjev sjev commented Dec 2, 2011

I've written a simple data model for showing pandas DataFrame in a QDataTable. It is all in the sandbox, qtpandas.py. This file can be run stand-alone as an example.

@lbeltrame
Copy link
Contributor

Also, why instead of a setter use an instance attribute?

def __init__(self, df, parent=None):
    super(DataFrameModel, self).__init__(parent)
    self.dataframe = df

@wesm
Copy link
Member

wesm commented Dec 7, 2011

Do you want me to merge this or are you planning to do some more work here?

@sjev
Copy link
Contributor Author

sjev commented Dec 7, 2011

I'll redo this later on. Just skip it, it's sandbox anyway.

On Thu, Dec 8, 2011 at 12:37 AM, Wes McKinney <
reply@reply.github.com

wrote:

Do you want me to merge this or are you planning to do some more work here?


Reply to this email directly or view it on GitHub:
https://github.com/wesm/pandas/pull/435#issuecomment-3055479

@wesm
Copy link
Member

wesm commented Dec 8, 2011

I make these merges and send you instructions to fix up your git branch. It's not so hard =P

@wesm wesm closed this Dec 8, 2011
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.

3 participants