We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a759739 commit d5dedbdCopy full SHA for d5dedbd
1 file changed
tidyfinance/download_open_source.py
@@ -1127,9 +1127,11 @@ def _download_data_osap(
1127
-------
1128
pd.DataFrame
1129
A data frame containing the processed data. The column names
1130
- are converted to snake_case, and the data is filtered by the
1131
- specified date range if 'start_date' and 'end_date' are
1132
- provided.
+ are converted to snake_case, the ``date`` column is aligned to
+ the beginning of the month, all predictor columns (long-short
+ returns in percent) are divided by 100 to obtain plain numeric
1133
+ (decimal) returns, and the data is filtered by the specified
1134
+ date range if 'start_date' and 'end_date' are provided.
1135
1136
Examples
1137
--------
0 commit comments