Skip to content

Commit

Permalink
Fix apache#7056 'Unhashable type' in paired t-test chart (apache#7076)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Apr 20, 2019
1 parent eb9295d commit 5db20e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ def get_data(self, df):
"""
fd = self.form_data
groups = fd.get('groupby')
metrics = fd.get('metrics')
metrics = self.metric_labels
df = df.pivot_table(
index=DTTM_ALIAS,
columns=groups,
Expand Down

0 comments on commit 5db20e3

Please sign in to comment.