Commit c805c3b
ENH: Make HDFStore iterable
closes #12221 HDFStore is not an iterator - but being iterable, it
can return an iterator of itself (i.e. of ``.keys()``).
Author: Pietro Battiston <me@pietrobattiston.it>
Closes #12253 from toobaz/iterable_hdfstore and squashes the following commits:
23bfb3a [Pietro Battiston] ENH: Make HDFStore iterable1 parent 3073b47 commit c805c3b
File tree
3 files changed
+13
-2
lines changed- doc/source/whatsnew
- pandas/io
- tests
3 files changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| 398 | + | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
491 | 494 | | |
492 | 495 | | |
493 | 496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
394 | 401 | | |
395 | 402 | | |
396 | 403 | | |
| |||
0 commit comments