filter_by_observation_end(df, observation_end_column)
Filter out everything except the most recent observations
Source code in wt_ml/dataset/economics/fred_series_detection_by_keyword.py
36 37 38 39 40 |
|
filter_by_popularity(df, popularity_column)
Get search result with the highest popularity
Source code in wt_ml/dataset/economics/fred_series_detection_by_keyword.py
43 44 45 46 47 48 |
|
filter_by_preferred_adj(df, adjustment_column)
Removing non seasonally adjusted series from the search results
Source code in wt_ml/dataset/economics/fred_series_detection_by_keyword.py
29 30 31 32 33 |
|
filter_by_preferred_frequency(df, freq_column)
Filter search results for the most preferred frequency
Source code in wt_ml/dataset/economics/fred_series_detection_by_keyword.py
20 21 22 23 24 25 26 |
|