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 87e06c1 commit 8972aa4Copy full SHA for 8972aa4
larray/inout/pandas.py
@@ -340,5 +340,6 @@ def parse_axis_name(name):
340
unfold_last_axis_name=unfold_last_axis_name, cartesian_prod=cartesian_prod, **kwargs)
341
342
# ugly hack to avoid anonymous axes converted as axes with name 'Unnamed: x' by pandas
343
+ # TODO : find a more robust and elegant solution
344
res = res.rename({axis: None for axis in res.axes if isinstance(axis.name, basestring) and 'Unnamed' in axis.name})
345
return res
0 commit comments