Skip to content

Commit

Permalink
Fillna
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 14, 2015
1 parent 0517f1c commit 584ced5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def render(self):
metrics = self.metrics

if not self.error_msg:
df = self.df
df = self.df.fillna(0)
df['x'] = df[[self.x_metric]]
df['y'] = df[[self.y_metric]]
df['z'] = df[[self.z_metric]]
Expand Down

0 comments on commit 584ced5

Please sign in to comment.