-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Nishil07/master
Adding Data analysis
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |