Skip to content

Instantly share code, notes, and snippets.

@daxiongshu
Created January 9, 2019 10:44
Show Gist options
  • Save daxiongshu/fd59a85590357b98f223532c18fab280 to your computer and use it in GitHub Desktop.
Save daxiongshu/fd59a85590357b98f223532c18fab280 to your computer and use it in GitHub Desktop.
got = df.groupby('object_id').apply_grouped(compute_skew,
incols=['flux'],
outcols={'skew_flux': np.float64}
tpb=32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment