Str.split & rsplit
Str.split & rsplit function both split the string by separator given in str.split does it from beginning and str.rsplit starting…
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .
Str.split & rsplit function both split the string by separator given in str.split does it from beginning and str.rsplit starting…
use power automate to automate routine task whenever a new file is created in one drive folder. We will use…
It is used for replacing old word with the new one.
The dictionary in python associates key with values and written with in {} curly braces as
It separate the string with separator available in string otherwise it will return string and two empty string
It returns a translation table usable for str.translate and convert argument to number.It takes dictionary as input if only one…
Str.lstrip will remove leading whitespaces in string and rstrip will remove trailing whitespaces if char are none otherwise char are…
Str.lower will return all elements in string in lower case & upper will return all letters in upper case.
g left just and right just will return left and right justified string as per width and fill character.