Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Mar 22, 2019
1 parent 37d3d32 commit 3100eaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ def getitem(table, internal_indices=[]):

result = self.data.apply_func_to_select_indices(0, getitem, numeric_indices, keep_remaining=False)
new_columns = self.columns[numeric_indices]
new_dtypes = self.dtypes[numeric_indices]
return self.__constructor__(result, self.index, new_columns, new_dtypes)
# new_dtypes = self.dtypes[numeric_indices]
return self.__constructor__(result, self.index, new_columns) # , new_dtypes)

0 comments on commit 3100eaf

Please sign in to comment.