Skip to content

Commit

Permalink
Write the file created in the backend write example.
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed Sep 7, 2017
1 parent c0b5d75 commit f0aaf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ with gdxpds.gdx.GdxFile() as gdx:
data = pds.DataFrame([['u' + str(i), i*100] for i in range(1,11)],
columns=(gdx[-1].dims + gdx[-1].value_col_names))
gdx[-1].dataframe = data
gdx.write(out_file)
```

## Install
Expand Down

0 comments on commit f0aaf4f

Please sign in to comment.