Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: FeatherFileProcessor set wrong index #359

Merged
merged 2 commits into from
Mar 22, 2024
Merged

Conversation

kitagry
Copy link
Member

@kitagry kitagry commented Mar 21, 2024

When original DataFrame doesn't set index name, FeatherFileProcessor set index_name as 'None'.

Why we don't fix dump not to dump index None?

It is important for the compatibility, the already dumped feather file has the name __feather_gokart_index__None. And I think no one doesn't set "None" name index. 馃槈

@kitagry kitagry marked this pull request as draft March 21, 2024 12:13
@kitagry kitagry marked this pull request as ready for review March 21, 2024 12:17
@kitagry kitagry marked this pull request as draft March 21, 2024 12:58
@kitagry kitagry marked this pull request as ready for review March 21, 2024 13:00
gokart/file_processor.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@yokomotod yokomotod left a comment

Choose a reason for hiding this comment

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

LGTM with nits comments

@mski-iksm
Copy link
Contributor

LGTM! Thank you for bugfix!

@yokomotod yokomotod merged commit 837742d into master Mar 22, 2024
5 checks passed
@yokomotod yokomotod deleted the fix-feather-index branch March 22, 2024 06:12
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.

None yet

3 participants