Пример #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)