Skip to content

Commit f0aaf4f

Browse files
committed
Write the file created in the backend write example.
1 parent c0b5d75 commit f0aaf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ with gdxpds.gdx.GdxFile() as gdx:
105105
data = pds.DataFrame([['u' + str(i), i*100] for i in range(1,11)],
106106
columns=(gdx[-1].dims + gdx[-1].value_col_names))
107107
gdx[-1].dataframe = data
108+
gdx.write(out_file)
108109
```
109110

110111
## Install

0 commit comments

Comments
 (0)