Skip to content

Conversation

@iron-lion
Copy link

Hi, I checked your pull request and I found build files are also committed there.

@iron-lion
Copy link
Author

iron-lion commented Feb 21, 2025

Hi,

This is a suggestion.
I tried to avoid shuffling metadata when it has multiple table.


-                    #df.sort_values(by=metadata[i], inplace=True) # fix by deleting this line
+                    if len(metadata) == 1: # Sort is not compatible with multiple metadata table
+                        df.sort_values(by=metadata[i], inplace=True)

Best
YP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants