-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Improve explanation when erroring on dta files #25968
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
ENH: Improve explanation when erroring on dta files #25968
Conversation
3c35496
to
1e7243f
Compare
Codecov Report
@@ Coverage Diff @@
## master #25968 +/- ##
==========================================
- Coverage 91.84% 91.83% -0.01%
==========================================
Files 175 175
Lines 52550 52550
==========================================
- Hits 48266 48261 -5
- Misses 4284 4289 +5
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #25968 +/- ##
==========================================
- Coverage 91.86% 91.85% -0.02%
==========================================
Files 175 175
Lines 52547 52543 -4
==========================================
- Hits 48271 48262 -9
- Misses 4276 4281 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gfyoung thoughts here?
1e7243f
to
53ad235
Compare
lgtm. @WillAyd |
@bashtage can you fix merge conflict and ping on green? |
53ad235
to
1c9c196
Compare
Improve the explanation when value labels are repeated in Stata dta files. Add suggested methods to workaround the issue using the low level interface. closes pandas-dev#25772
1c9c196
to
479a82a
Compare
@WillAyd green. |
thanks @bashtage |
Improve the explanation when value labels are repeated in Stata dta files.
Add suggested methods to work around the issue using the low level
interface.
closes #25772
git diff upstream/master -u -- "*.py" | flake8 --diff