Skip to content

Commit

Permalink
Merge pull request #11 from Nishil07/master
Browse files Browse the repository at this point in the history
Adding Data analysis
  • Loading branch information
Nishil07 authored Aug 27, 2020
2 parents 435b10d + 6066e41 commit 4f020a9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions DataAnalysis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Data Analysis:

1.portfolio.json{
- id: offer id
- offer_type
- difficulty: minimum required spend to complete an offer
- reward: stars given for completing an offer
- duration: time for offer to be open, in days
- channels
}

2.profile.json{
- age
- became_member_on: date when customer created an app account
- gender
- id: customer id
- income
}

3.transcript.json{
- event: record description (transaction, offer received, viewed, etc.)
- person: customer id
- time: time in hours since start of an offer
- value: either an offer id or transaction amount depending on the event
}

0 comments on commit 4f020a9

Please sign in to comment.