TheChymera / RepSeP

Reproducible Self-Publishing - Demo Publications in the Most Common Formats
14 stars 6 forks source link

small_table.py: Replace deprecated from_csv function #4

Closed james-ennis closed 6 years ago

james-ennis commented 6 years ago

The pandas.Datafiles.from_csv() function has been deprecated. Upstream recommend using pandas.read_csv().