예제 #1
0
 def __init__(self):
     self._sellers = csvtodf('sellers', schema.sellers)
예제 #2
0
 def __init__(self):
     self._products = csvtodf('products', schema.products)
예제 #3
0
 def __init__(self):
     self._reviews = csvtodf('reviews', schema.reviews)
예제 #4
0
 def __init__(self):
     self._customer = csvtodf('customer', schema.customer)
예제 #5
0
 def __init__(self):
     self._payments = csvtodf('payments', schema.payments)
예제 #6
0
 def __init__(self):
     self._orders = csvtodf('orders', schema.orders)
예제 #7
0
 def __init__(self):
     self._iems = csvtodf('items', schema.items)
예제 #8
0
 def __init__(self):
     self._geolocation = csvtodf('geolocation', schema.geolocation)