I'm running python 2.7
and trying to get program working with pandas
. The following error message is received when importing Column. Looks like it might be an issue with the :-
def __init__(self, name: str, validations: typing.Iterable['validation._BaseValidation'] = [], allow_empty=False):
Error Message:
File "/Users/coxda/faDataValidation27/lib/python2.7/site-packages/pandas_schema/column.py", line 8 def init(self, name: str, validations: typing.Iterable['validation._BaseValidation'] = [], allow_empty=False): ^ SyntaxError: invalid syntax