Skip to content

Commit

Permalink
Testing new format for output.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever committed Aug 7, 2012
1 parent 110d79e commit e12d902
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions analysis/doc/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,17 +787,17 @@ the column name first.

print experimentDFWithNA.fillna(0.0)

> A B C
>0 0.000000 0.523578 0.000000
>1 0.146291 0.282076 0.654592
>2 0.784701 0.000000 0.142801
>3 0.847388 0.495618 0.532171
>4 0.698493 0.000000 0.215417
>5 0.834346 0.000000 0.451721
>6 0.000000 0.589255 0.658829
>7 0.866298 0.129788 0.666024
>8 0.694930 0.156945 0.420747
>9 0.000000 0.572037 0.970791
A B C
0 0.000000 0.523578 0.000000
1 0.146291 0.282076 0.654592
2 0.784701 0.000000 0.142801
3 0.847388 0.495618 0.532171
4 0.698493 0.000000 0.215417
5 0.834346 0.000000 0.451721
6 0.000000 0.589255 0.658829
7 0.866298 0.129788 0.666024
8 0.694930 0.156945 0.420747
9 0.000000 0.572037 0.970791

### Mean

Expand Down

0 comments on commit e12d902

Please sign in to comment.