Skip to content

Instantly share code, notes, and snippets.

Created June 10, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b0cc61b461c9e2d8f7bf to your computer and use it in GitHub Desktop.
Save anonymous/b0cc61b461c9e2d8f7bf to your computer and use it in GitHub Desktop.
df1 First 5 rows:
gw_id scn_id dt_start dt_stop azim radSpeed cnr \
0 11424254 177 3472821892.053 3472821892.413 2.542 3.303 -12.913
1 11424299 177 3472821911.895 3472821912.265 2.535 3.304 -14.27
2 11424344 177 3472821931.754 3472821932.118 2.534 3.346 -15.281
3 11424389 177 3472821951.599 3472821951.970 2.533 3.116 -16.387
4 11424434 177 3472821971.456 3472821971.824 2.534 3.951 -15.757
disp
0 1.699
1 1.852
2 1.777
3 1.181
4 1.621
df2
First 5 rows:
gw_id scn_id dt_start dt_stop azim radSpeed cnr \
0 8378257 252 3472821871.686 3472821872.055 262.534 9.83 -19.532
1 8378302 252 3472821891.537 3472821891.907 262.534 8.914 -17.5
2 8378347 252 3472821911.484 3472821911.760 262.533 8.231 -17.071
3 8378392 252 3472821931.243 3472821931.613 262.534 7.348 -17.524
4 8378437 252 3472821951.126 3472821951.465 262.541 9.056 -17.333
disp
0 1.351
1 0.72
2 1.295
3 1.035
4 1.318
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment