How to change the column names uppercase in Pandas DataFrame ? | Pandas tutorial for beginners

Published: 22 July 2020
on channel: Engineers Revolution
952
14

String handling
Series.str can be used to access the values of the series as strings and apply several methods to it. These can be accessed like Series.str.function/property.

Series.str.capitalize() Convert strings in the Series/Index to be capitalized.

Series.str.lower() Convert strings in the Series/Index to lowercase.

Series.str.title() Convert strings in the Series/Index to titlecase.

Series.str.upper() Convert strings in the Series/Index to uppercase.

The github link for this video is below 👇👇
https://github.com/RakeshKrishna143/P...


Watch video How to change the column names uppercase in Pandas DataFrame ? | Pandas tutorial for beginners online without registration, duration hours minute second in high quality. This video was added by user Engineers Revolution 22 July 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 952 once and liked it 14 people.