spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.37k stars 1.62k forks source link

pandas dataframes and series are not shown in variable explorer #1071

Closed spyder-bot closed 9 years ago

spyder-bot commented 9 years ago

From tim.mich...@gmail.com on 2012-05-30T16:36:45Z

any such object is not shown in the variable explorer.

Test with examples from:

In [662]: print open('tmp.csv').read() KORD,19990127, 19:00:00, 18:56:00, 0.8100 KORD,19990127, 20:00:00, 19:56:00, 0.0100 KORD,19990127, 21:00:00, 20:56:00, -0.5900 KORD,19990127, 21:00:00, 21:18:00, -0.9900 KORD,19990127, 22:00:00, 21:56:00, -0.5900 KORD,19990127, 23:00:00, 22:56:00, -0.5900

In [663]: df = read_csv('tmp.csv', header=None, parse_dates=[[1, 2], [1, 3]]) http://pandas.pydata.org/pandas-docs/dev/io.html

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1071

spyder-bot commented 9 years ago

From pierre.raybaut on 2012-06-03T05:46:52Z

Status: HelpNeeded
Labels: -Priority-Medium Priority-Low Cat-VariableExplorer

spyder-bot commented 9 years ago

From pierre.raybaut on 2012-11-07T10:35:59Z

Status: Duplicate
Mergedinto: 1160