Skip to content

Commit

Permalink
docs: slight wording
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 20, 2024
1 parent 8024aa9 commit e57209e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/general-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame

# The resulting dataframe will have 5 resampled columns in addition to the regular columns,
# following the template resample_<interval_in_minutes>_<orig_column_name>.
# So in the above example:
# So in the above example, the column names would be:
# ['resample_240_open', 'resample_240_high', 'resample_240_low','resample_240_close', 'resample_240_cmf']

return dataframe
```

0 comments on commit e57209e

Please sign in to comment.