From cdcd69032828c0459bc8ca14d76e9603f2ba458f Mon Sep 17 00:00:00 2001 From: donuwm <42345410+donuwm@users.noreply.github.com> Date: Fri, 13 Dec 2019 11:29:18 -0500 Subject: [PATCH] Fixed my errors in the data explanation --- volunteer.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/volunteer.ipynb b/volunteer.ipynb index e3a63e7..e0d36d1 100644 --- a/volunteer.ipynb +++ b/volunteer.ipynb @@ -47,10 +47,10 @@ "Here’s a brief explanation of the columns:\n", " \n", "- ContactId – Is the individual’s GUID from our CRM system\n", - "- Year – This is really the fiscal year starting July 1st – June 30th. Pledging and volunteerism are organized around this cycle.\n", + "- Year – This is the fiscal year starting July 1st – June 30th. Pledging and volunteerism are organized around this cycle.\n", "- PledgeTotal – Total gift for the year\n", - "- VolType – This help to differentiate between standard volunteerism (harvest hope, etc.) to the United Way internal etc. \n", - "- VolunteerActivityCnt – the number of instances of volunteerism per year & type" + "- VolType – This helps to differentiate between standard volunteerism (harvest hope, etc.) vs the United Way internal boards & committees. \n", + "- VolunteerActivityCnt – the number of instances of volunteerism per Year & VolType" ] }, {