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
in your current case you have handled csv which exports data in horizontal way like header1, header2 etc and then values followed below like value1,value2 etc. Now how can i achieve it like this header 1 -> value 1, header2->value2 etc
The text was updated successfully, but these errors were encountered:
in your current case you have handled csv which exports data in horizontal way like header1, header2 etc and then values followed below like value1,value2 etc. Now how can i achieve it like this header 1 -> value 1, header2->value2 etc
The text was updated successfully, but these errors were encountered: