Skip to content

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

3 participants