From 8bbfac0dbcb30549af432fe420407d83eb8a39b2 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Tue, 9 Jan 2018 11:17:09 -0500 Subject: [PATCH] removes redundant notes section --- doc/02_moran.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/02_moran.md b/doc/02_moran.md index 04d90cb..b72a245 100644 --- a/doc/02_moran.md +++ b/doc/02_moran.md @@ -121,12 +121,6 @@ A table with the following columns. | vals | NUMERIC | Values from `'column_name'`. | -#### Notes - -* Rows will null values will be omitted from this analysis. To ensure they are added to the analysis, fill the null-valued cells with an appropriate value such as the mean of a column, the mean of the most recent two time steps, or use a `LEFT JOIN` to get null outputs from the analysis. -* Input query can only accept tables (datasets) in the users database account. Common table expressions (CTEs) do not work as an input unless specified in the `subquery` parameter. - - #### Example Usage ```sql