Differences between revisions 1 and 2
Revision 1 as of 2012-10-24 13:45:05
Size: 115
Editor: MikhailItkin
Comment:
Revision 2 as of 2012-10-24 15:14:38
Size: 498
Editor: MikhailItkin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * DateRange
Line 6: Line 7:
 * Data alignment
Line 10: Line 12:
import pandas as P
import Nio

hamNc = Nio.open_file('10147-precip.nc')
helNc = Nio.open_file('10015-precip.nc')

hamTime = hamNc.variables['time'][:]
helTime = helNc.variables['time'][:]

hamRain = hamNc.variables['rainfall_rain_rate'][:]
helRain = helNc.variables['rainfall_rain_rate'][:]
ham = hamNc.variables['rainfall_rain_rate'][:]

Pandas

LehreWiki: PythonCourse/PythonLES/Pandas (last edited 2012-11-05 10:53:39 by anonymous)