multimeric / PandasSchema

A validation library for Pandas data frames using user-friendly schemas
https://multimeric.github.io/PandasSchema/
GNU General Public License v3.0
189 stars 35 forks source link

error on import #10

Closed courserachateau closed 6 years ago

courserachateau commented 6 years ago

import pandas_schema

gives me the following error

File "/home/chateau/anaconda2/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
multimeric commented 6 years ago

PandasSchema only works on Python 3.5 and up. I should document that somewhere.