Skip to content

Fix issues caused my mixed dtype#60

Merged
tzschmidt merged 1 commit into
masterfrom
fix-pandas-issues
Apr 13, 2026
Merged

Fix issues caused my mixed dtype#60
tzschmidt merged 1 commit into
masterfrom
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.

@tzschmidt tzschmidt merged commit 88cf135 into master Apr 13, 2026
1 check passed
@tzschmidt tzschmidt deleted the fix-pandas-issues branch May 21, 2026 08:11
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