Commit e26e3ee
authored
BUG: Remove incorrect check on value label length (#60156)
* BUG: Remove incorrect check on value label length
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
* TST: Remove incorrect test
Remove test of the error that was being incorrectly raised1 parent e7bb845 commit e26e3ee
File tree
3 files changed
+13
-22
lines changed- doc/source/whatsnew
- pandas
- io
- tests/io
3 files changed
+13
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| 690 | + | |
690 | 691 | | |
691 | 692 | | |
692 | 693 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | 694 | | |
701 | 695 | | |
702 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
1163 | 1165 | | |
1164 | 1166 | | |
1165 | 1167 | | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
1176 | | - | |
1177 | | - | |
1178 | | - | |
1179 | | - | |
1180 | | - | |
1181 | 1168 | | |
1182 | 1169 | | |
1183 | 1170 | | |
1184 | 1171 | | |
1185 | 1172 | | |
1186 | 1173 | | |
1187 | | - | |
| 1174 | + | |
1188 | 1175 | | |
1189 | 1176 | | |
1190 | 1177 | | |
| |||
2592 | 2579 | | |
2593 | 2580 | | |
2594 | 2581 | | |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
0 commit comments