카테고리 없음

반려동물 식품 쇼핑몰 데이터 분석 - 데이터 이해

zzoming 2024. 2. 22. 17:04

데이터 셋 

Pet Food Customer Orders Online | Kaggle

 

Pet Food Customer Orders Online

 

www.kaggle.com

 

데이터는 총 36 column이며, 49042개의 데이터들로 이루어져 있습니다. 

<class 'pandas.core.frame.DataFrame'>
RangeIndex: 49042 entries, 0 to 49041
Data columns (total 36 columns):
 #   Column                                     Non-Null Count  Dtype  
---  ------                                     --------------  -----  
 0   customer_id                                49042 non-null  uint64 
 1   pet_id                                     49042 non-null  uint64 
 2   pet_order_number                           49042 non-null  int64  
 3   wet_food_order_number                      12788 non-null  float64
 4   orders_since_first_wet_trays_order         14372 non-null  float64
 5   pet_has_active_subscription                49042 non-null  bool   
 6   pet_food_tier                              49042 non-null  object 
 7   pet_signup_datetime                        49042 non-null  object 
 8   pet_allergen_list                          10758 non-null  object 
 9   pet_fav_flavour_list                       21022 non-null  object 
 10  pet_health_issue_list                      23716 non-null  object 
 11  neutered                                   49042 non-null  bool   
 12  gender                                     49042 non-null  object 
 13  pet_breed_size                             49042 non-null  object 
 14  signup_promo                               49042 non-null  object 
 15  ate_wet_food_pre_tails                     49042 non-null  bool   
 16  dry_food_brand_pre_tails                   42670 non-null  object 
 17  pet_life_stage_at_order                    49042 non-null  object 
 18  order_payment_date                         49042 non-null  object 
 19  kibble_kcal                                49042 non-null  float64
 20  wet_kcal                                   49042 non-null  float64
 21  total_order_kcal                           49042 non-null  float64
 22  wet_trays                                  49042 non-null  int64  
 23  wet_food_discount_percent                  12788 non-null  float64
 24  wet_tray_size                              49042 non-null  object 
 25  premium_treat_packs                        49042 non-null  int64  
 26  dental_treat_packs                         49042 non-null  int64  
 27  wet_food_textures_in_order                 12788 non-null  object 
 28  total_web_sessions                         49042 non-null  int64  
 29  total_web_sessions_since_last_order        49042 non-null  int64  
 30  total_minutes_on_website                   49042 non-null  int64  
 31  total_minutes_on_website_since_last_order  49042 non-null  int64  
 32  total_wet_food_updates                     49042 non-null  int64  
 33  total_wet_food_updates_since_last_order    49042 non-null  int64  
 34  last_customer_support_ticket_date          10280 non-null  object 
 35  customer_support_ticket_category           10241 non-null  object 
dtypes: bool(3), float64(6), int64(10), object(15), uint64(2)
memory usage: 12.5+ MB

 

데이터 설명 및 이해 

0 customer_id     고객 ID
1   pet_id   반려동물 ID
2  pet_order_number     주문건수
3 wet_food_order_number    습식사료 주문 수 
4 orders_since_first_wet_trays_order   첫 번째 습식 트레이 주문 이후의 주문 수 
5 pet_has_active_subscription   정기구독 
6 pet_food_tier            시료등급
7 pet_signup_datetime 등록 날짜와 시간
8 pet_allergen_list   알러지 목록
9 pet_fav_flavour_list  좋아하는 맛 목록 
10 pet_health_issue_list  건강이슈 
11 neutered 중성화여부
12 gender   성별
13 pet_breed_size 품종크기
14 signup_promo        등록한 방법(마케팅 , 검색  등)  
15 ate_wet_food_pre_tails     전에 습식사료를 먹었는지 여부 
16  dry_food_brand_pre_tails    전에 먹었던 건식사료 브랜드
17 pet_life_stage_at_order       성장단계
18 order_payment_date   주문결제 날짜
19 kibble_kcal 건식사료 칼로리
20 wet_kcal   습식사료 칼로리
21 total_order_kcal     총 주문 칼로리
22 wet_trays  주문한 습식 트레이 개수 
23 wet_food_discount_percent 습식사료 할인율
24 wet_tray_size  습식 트레이 크기
25 premium_treat_packs  프리미엄 팩 주문수
26 dental_treat_packs 치과 치료 팩 주문수 
27 wet_food_textures_in_order    주문한 습식 사료 식감
28 total_web_sessions 총 웹 세션 
29 total_web_sessions_since_last_order 마지막 주문 이후헤 총 웹 세션
30 total_minutes_on_website  웹 사이트에서의 총 접속시간
31 total_minutes_on_website_since_last_order 마지막 주문 이후에 웹 사이트에서의 총 접속시간
32 total_wet_food_updates  총 습식사료 구매 기록(업데이트)  
33 total_wet_food_updates_since_last_order   마지막 구매 이후에 총 습식사료 기록 업데이트 
34 last_customer_support_ticket_date  상담날짜
35 customer_support_ticket_category    상담 카테고리