-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Variable Explorer: add support for pandas objects #1160
Comments
From ccordoba12 on 2012-10-08T09:26:15Z Thanks Tim for the code pointer. It'll really ease things when one of us is going to implement it. However, I'm marking this for 2.3 because I don't see this developed any time soon. Status: HelpNeeded |
From pierre.raybaut on 2012-11-07T10:35:43Z issue #379 has been merged into this issue. |
From pierre.raybaut on 2012-11-07T10:35:59Z issue #1071 has been merged into this issue. |
From mealy.ju...@gmail.com on 2013-01-05T09:29:12Z It would be great to see this implemented. thanks. |
From simonf...@gmail.com on 2013-02-22T22:31:55Z i would love to see this implemented with support |
From dhexus...@gmail.com on 2013-04-11T01:33:00Z Indeed, this was actually the feature I was looking for.. |
From tim.mich...@gmail.com on 2013-05-01T13:57:19Z So apart from myself, there are 3 others wanting this. @-pierre.raybaut, @-ccordoba12: @-dhexus314, @mealy.justin, @-simonfrid |
From mert.s...@gmail.com on 2013-05-07T03:30:24Z I would love to see pandas variables too. A question, could not Spyder be developed as a plugin in Eclipse instead? |
From pierre.raybaut on 2013-05-07T05:09:56Z Eclipse already has support for Python thanks to Pydev which is a very good editor for Python but with far less features than Spyder regarding scientific applications. Adding those features to Pydev would require a lot of work... Besides, Eclipse plugins are written in Java... eeeewwww! |
From jed.lud...@gmail.com on 2013-07-03T09:12:25Z Labels: -MS-v2.3 MS-v2.4 |
From tim.mich...@gmail.com on 2013-07-15T01:41:50Z Some helpful discussion: Python / Pandas - GUI for viewing a DataFrame or Matrix http://stackoverflow.com/questions/10636024/python-pandas-gui-for-viewing-a-dataframe-or-matrix |
From tim.mich...@gmail.com on 2013-09-24T13:04:16Z see also: https://gist.github.com/MarshallChris/6029919 http://stackoverflow.com/questions/17748546/pyqt-column-of-checkboxes-in-a-qtableview |
From ccordoba12 on 2013-11-13T05:29:02Z issue #1616 has been merged into this issue. |
From dhoeg...@gmail.com on 2014-06-22T05:03:51Z This is how far I am in implementing it, see: https://bitbucket.org/spyder-ide/spyderlib/pull-request/31/implementation-of-pandas-dataframe-issue/diff If some of you have time to review it would be greatly appreciated. |
From ccordoba12 on 2014-07-10T19:23:58Z Status: Accepted |
From ccordoba12 on 2014-07-10T19:44:13Z This issue was closed by revision 008607f1fd22 . Status: Fixed |
From tim.mich...@gmail.com on 2012-10-01T17:00:14Z
Pandas is a module with add support for data management and analysis.
Currently, the pandas objects are not shown in the variable explorer.
Such are: Dataframe and Series.
It would be desirable to add support for these in Spyder.
A discussion here:
variable browser? https://groups.google.com/group/pystatsmodels/browse_thread/thread/3ce1c27812334d08? A fist piece of code: https://github.com/pydata/pandas/blob/master/pandas/sandbox/qtpandas.py
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1160
The text was updated successfully, but these errors were encountered: