Skip to content

Commit 4f020a9

Browse files
authored
Merge pull request #11 from Nishil07/master
Adding Data analysis
2 parents 435b10d + 6066e41 commit 4f020a9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

DataAnalysis.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Data Analysis:
2+
3+
1.portfolio.json{
4+
- id: offer id
5+
- offer_type
6+
- difficulty: minimum required spend to complete an offer
7+
- reward: stars given for completing an offer
8+
- duration: time for offer to be open, in days
9+
- channels
10+
}
11+
12+
2.profile.json{
13+
- age
14+
- became_member_on: date when customer created an app account
15+
- gender
16+
- id: customer id
17+
- income
18+
}
19+
20+
3.transcript.json{
21+
- event: record description (transaction, offer received, viewed, etc.)
22+
- person: customer id
23+
- time: time in hours since start of an offer
24+
- value: either an offer id or transaction amount depending on the event
25+
}

0 commit comments

Comments
 (0)