Skip to content

Commit 556aa7d

Browse files
committed
adding key to to_hdf call
1 parent d72df41 commit 556aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/07-photo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Finally, we will write the selected stars to a file.
674674

675675
```python
676676
filename = 'gd1_data.hdf'
677-
winner_df.to_hdf(filename, 'winner_df')
677+
winner_df.to_hdf(filename, key='winner_df')
678678
```
679679

680680
```python

0 commit comments

Comments
 (0)