Skip to content

Commit

Permalink
make doctest blind to int dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Aug 12, 2015
1 parent 3a330c6 commit 1051efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def dataframe_from_ctable(x, slc, columns=None, categories=None):
>>> dataframe_from_ctable(x, slice(1, 3), columns='b')
0 20
1 30
Name: b, dtype: int64
Name: b, dtype: int...
"""
import bcolz
Expand Down

0 comments on commit 1051efb

Please sign in to comment.