Skip to content

Commit

Permalink
Fix apache#7056 'Unhashable type' in paired t-test chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 21, 2019
1 parent b210742 commit 1e6e74b
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 @@ -2555,7 +2555,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 1e6e74b

Please sign in to comment.