def __init__(self): self._sellers = csvtodf('sellers', schema.sellers)
def __init__(self): self._products = csvtodf('products', schema.products)
def __init__(self): self._reviews = csvtodf('reviews', schema.reviews)
def __init__(self): self._customer = csvtodf('customer', schema.customer)
def __init__(self): self._payments = csvtodf('payments', schema.payments)
def __init__(self): self._orders = csvtodf('orders', schema.orders)
def __init__(self): self._iems = csvtodf('items', schema.items)
def __init__(self): self._geolocation = csvtodf('geolocation', schema.geolocation)