Skip to content

Fix issues caused my mixed dtype#60

Open
tzschmidt wants to merge 1 commit intomasterfrom
fix-pandas-issues
Open

Fix issues caused my mixed dtype#60
tzschmidt wants to merge 1 commit intomasterfrom
fix-pandas-issues

Conversation

@tzschmidt
Copy link
Copy Markdown
Collaborator

No description provided.

col += 1
self.start_cols[sheet] = col
for setting in range(self.setting_n):
# pre-create all columns of the current table block with object dtype.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to admit that I do not have the slightest idea what kind of columns are created here. The number 4 seems a bit of a magic number to me. The typical guideline would be to such constants a descriptive name.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the columns for index, sorted, index and aggregated.
I write your comment down for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants