robdmc / pandashells

:panda_face: Bringing the python data stack to the shell prompt
Other
791 stars 26 forks source link

Bug in html table output #41

Closed robdmc closed 8 years ago

robdmc commented 8 years ago

The following snippet raises an exception.

seq 10 | awk '{print $1, ","$1}' | p.df -i noheader -o html index

robdmc commented 8 years ago

Simple bug fixed. Just needed to add na_rep to the html writer args