We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1230689 + 9d71343 commit b0ee363Copy full SHA for b0ee363
doc/source/io.rst
@@ -1166,7 +1166,7 @@ storing/selecting from homogeneous index DataFrames.
1166
store.append('df_mi',df_mi)
1167
store.select('df_mi')
1168
1169
- # the levels are automatically included as data columns
+ # the levels are automatically included as data columns
1170
store.select('df_mi', Term('foo=bar'))
1171
1172
doc/source/v0.10.2.txt
doc/source/v0.11.0.txt
@@ -87,6 +87,8 @@ New features
87
88
**Enhancements**
89
90
+ - In ``HDFStore``, provide dotted attribute access to ``get`` from stores (e.g. store.df == store['df'])
91
+
92
**Bug Fixes**
93
94
See the `full release notes
0 commit comments