Skip to content

Conversation

@VibhuJawa
Copy link
Member

This PR aims to re-enable query 27 , this PR currently fixes breakages though we currently are getting empty results though. Dont know why.

inplace=True,
)
valid_left_loc = valid_left_loc.reset_index(drop=False)
valid_left_loc = valid_left_loc.rename(columns={"index":"flat_loc_org"})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to this because we otherwise were failing with no column found in valid_df = valid_df.set_index(["flat_loc_org"])


valid_df = valid_left_loc.merge(valid_right_loc)
valid_df = valid_left_loc.merge(valid_right_loc, on="flat_loc_org")
valid_df = valid_df.set_index(["flat_loc_org"])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what is failing.

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.

1 participant