-
-
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
DataMatrix constructor ignores dtype argument if data is a DataMatrix #7
Comments
This is a bug. DataMatrix as input to the DataMatrix constructor was added only very recently and I overlooked the case you gave. |
I've noticed a similar issue when using the dictionary constructor. |
should be fixed in git HEAD |
jbrockmendel
pushed a commit
to jbrockmendel/pandas
that referenced
this issue
Dec 28, 2018
dan-nadler
pushed a commit
to dan-nadler/pandas
that referenced
this issue
Sep 23, 2019
dan-nadler
pushed a commit
to dan-nadler/pandas
that referenced
this issue
Sep 23, 2019
Install all sub-packages recursively - fixes pandas-dev#7
4 tasks
dimastbk
pushed a commit
to dimastbk/pandas
that referenced
this issue
Aug 2, 2023
added xfail to tests, small fixes
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this was a design decision or not, but it seems like the dtype of b.values should be int.
The text was updated successfully, but these errors were encountered: