Skip to content

BUG: Remove incorrect check on value label length #60156

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

bashtage
Copy link
Contributor

Remove 32,000 limit on value limit check since this applies to the number of variable, not the length of the value labels

closes #60107

Remove 32,000 limit on value limit check since this applies
to the number of variable, not the length of the value labels

closes pandas-dev#60107
@jorisvandenbossche jorisvandenbossche added this to the 3.0 milestone Oct 31, 2024
@jorisvandenbossche jorisvandenbossche added Bug IO Stata read_stata, to_stata labels Oct 31, 2024
Remove test of the error that was being incorrectly raised
@mroeschke mroeschke merged commit e26e3ee into pandas-dev:main Oct 31, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @bashtage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO Stata read_stata, to_stata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Stata value label limits incorrect
3 participants