-
Notifications
You must be signed in to change notification settings - Fork 653
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
to_pandas in PandasQueryCompiler loses meta information about indices and columns #1726
Comments
I figured out that More explicit example why it is important: For example, let's take Many tests started to fail after I fixed that @devin-petersohn please take a look, I guess that all the PRs with new pandas API functions implementation should be blocked for now, because it can't be properly tested |
This fix is also fixing inconsistent indices in some of operations (modin-project#1731, modin-project#1732 and modin-project#1734) Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
System information
modin.__version__
): 0.7.3+198.ge4e3fecbDescribe the problem
to_pandas
loses information about index levels which is useful for operations that operates with indices levels internally (likeunstack
)The text was updated successfully, but these errors were encountered: