Skip to content

Commit

Permalink
fix dataframe_from_ctable doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 20, 2015
1 parent 07922ed commit cd74eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dask/dataframe/io.py
Expand Up @@ -459,6 +459,8 @@ def dataframe_from_ctable(x, slc, columns=None, categories=None):
"""
import bcolz
if columns is None:
columns = x.dtype.names
if isinstance(columns, tuple):
columns = list(columns)

Expand Down

0 comments on commit cd74eb1

Please sign in to comment.