I have the following table for recording metrics of sports players per match:
class MatchResult(Base): __tablename__ = \'match_result\' id = Column(In