Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove unneeded comment
  • Loading branch information
jbrockmendel committed Jan 19, 2018
commit 1ee79409d2e6843fdcf1971c0ffebb00b7466c44
1 change: 0 additions & 1 deletion pandas/core/internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def make_block_same_class(self, values, placement=None, ndim=None):
""" Wrap given values in a block of same type as self. """
if placement is None:
placement = self.mgr_locs
# TODO: Why not set default for ndim like we do for self.make_block?
return make_block(values, placement=placement, ndim=ndim,
klass=self.__class__)

Expand Down