draperjames / qtpandas

Qt Meets Pandas
MIT License
140 stars 53 forks source link

please explain simply what qtpandas offers above using qt (eg pyside) and pandas directly #44

Open dec1 opened 6 years ago

dec1 commented 6 years ago

Please could you add (eg at the start of your readme) a short simple explanation of what value qtpandas adds to using qt and pandas directly, as illustrated by examples such as these: Qt and Pandas directly

zbarge commented 6 years ago

Did you read our readme? We have several screenshot examples of views in here. Your example shows a readme that consists entirely of 1 screen shot so I don't understand what you're trying to ask for.

dec1 commented 6 years ago

Yes. the readme doesnt answer my question. The screenshot is nice. It however also doesnt answer the question. (Im not saying the example I quoted is "valuable" just that its an example of using Qt and Pandas directly)

zbarge commented 6 years ago

Can you provide a relevant example?

dec1 commented 6 years ago

of what?

sem-geologist commented 6 years ago

Btw, thanks @dec1 , I was searching something like that (minimal code piece to wrap the pandas dataframe into QtModel, not fully blown thing to import files and etc..), and your link just have given that.