From 412c532c0a5738a6d9af878e36cc72187116afda Mon Sep 17 00:00:00 2001 From: Jason Brewster Date: Tue, 25 Jun 2024 13:43:15 -0400 Subject: [PATCH] Update README.md updated to detail the filtering recommendation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c72a1..327e702 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ lazy_fred is a Python library designed to simplify the process of collecting eco 3. **Output:** - The script will create three CSV files in your project directory: - - `lazy_fred_Search.csv`: Contains the search results from FRED. + - `filtered_series.csv`: Contains the search results from FRED cleaned to popularity over 50 and observation starts after 1900. - `daily_data.csv`: Contains daily time series data. - `monthly_data.csv`: Contains monthly time series data. - `weekly_data.csv`: Contains weekly time series data.