-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
BUG: regression: pandas.read_stata(filename, iterator=True) raises ValueError #37280
Closed
2 of 3 tasks
Labels
Bug
IO Stata
read_stata, to_stata
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
remram44
added
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Oct 20, 2020
remram44
changed the title
BUG:
BUG: regression: pandas.read_stata(filename, iterator=True) raises ValueError
Oct 20, 2020
5 tasks
Default chunksize needs to be set to 1. Line 1521 in 2f55283
|
bashtage
added
IO Stata
read_stata, to_stata
Regression
Functionality that used to work in a prior pandas version
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Oct 20, 2020
Workaround is to pass a chunksize. |
Thanks for the workaround, I might do this in the interim. |
remram44
added a commit
to VIDA-NYU/auctus
that referenced
this issue
Oct 20, 2020
Set chunksize to work around pandas-dev/pandas#37280.
bashtage
added a commit
to bashtage/pandas
that referenced
this issue
Oct 21, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy closes pandas-dev#37280
5 tasks
bashtage
added a commit
to bashtage/pandas
that referenced
this issue
Oct 21, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
bashtage
added a commit
to bashtage/pandas
that referenced
this issue
Oct 21, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
bashtage
added a commit
to bashtage/pandas
that referenced
this issue
Oct 21, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
bashtage
added a commit
to bashtage/pandas
that referenced
this issue
Oct 23, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
bashtage
added a commit
to bashtage/pandas
that referenced
this issue
Oct 23, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
jreback
pushed a commit
that referenced
this issue
Oct 23, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes #37280
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Oct 26, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
Remvoe error message inorrectl added Fixed new issues identified by mypy Add test to ensure conversion of large ints is correct closes pandas-dev#37280
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
Regression
Functionality that used to work in a prior pandas version
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Problem description
read_stata(filename, iterator=True)
no longer works in pandas 1.1.3. It worked in pandas 1.0.5.Expected Output
DataFrame is loaded correctly
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: