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
Range("A1").value = df[column_name]
(with df having a multiindex) leaves empty the header while Range("A1").value = df[[column_name]] writes the header properly
The text was updated successfully, but these errors were encountered:
Range("A1").value = df[column_name]
(with df having a multiindex) leaves empty the header while
Range("A1").value = df[[column_name]]
writes the header properlyThe text was updated successfully, but these errors were encountered: