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.
1 parent 2419343 commit c291415Copy full SHA for c291415
pandas/io/pytables.py
@@ -3580,7 +3580,7 @@ def is_transposed(self) -> bool:
3580
3581
@property
3582
def data_orientation(self) -> tuple[int, ...]:
3583
- """return a tuple of my permuted axes, non_indexable at the front"""
+ """return a tuple of my permutated axes, non_indexable at the front"""
3584
return tuple(
3585
itertools.chain(
3586
[int(a[0]) for a in self.non_index_axes],
0 commit comments