seismopy / mopy

A python package to calculate seismic source parameters
11 stars 1 forks source link

detrend and column utils #13

Closed d-chambers closed 5 years ago

d-chambers commented 5 years ago

This does 3 things:

  1. Adds a detrend method to dataframe group objects.
  2. Renames get_column_or_index to just get_columns
  3. Adds a dropna method to dataframe groups
  4. Makes new_from_dict use keywords rather than a dict (a bit more ergonomic this way)