You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default Pandas merge method is case-sensitive.
There should be a way to merge 2 dataframes without considering upper/ lower case just like SQL joins.
Expected Output
May be a parameter case=True (default) that can be changed to case=False