示例#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)