TPRU-India / OG-India

Overlapping Generations Model for India
Other
2 stars 31 forks source link

Updates to how files are read in #12

Closed jdebacker closed 5 years ago

jdebacker commented 5 years ago

This PR updates how files are read in, which should help with consistency across operating systems.

In particular, the path to the data files are now created using os.path.join() and the pd.read_csv() function specifies the encoding of the csv file.