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

Опубликовано: 22 Июль 2020
на канале: 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...


Смотрите видео How to change the column names uppercase in Pandas DataFrame ? | Pandas tutorial for beginners онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Engineers Revolution 22 Июль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 952 раз и оно понравилось 14 людям.