Python
Python casefold() function [Tutorial]
we seen how to use casefold function to convert all characters in a string to lowercase with four different examples
Convert entire dataframe to lower case [SOLVED]
There are multiple methods to convert lower case entire dataframe in Python Pandas.
How to shuffle two NP arrays together [SOLVED]
In this article we learned how we can shuffle two np arrays together using permutations or randomize function from np module. We also learned a bit about the np …
Matplotlib.pyplot.vlines() - Draw vertical lines
Use matplotlib.pyplot.vlines to draw vertical lines in Python with examples.
Python calculate 6 months ago from today [SOLVED]
In this article we have shared multiple ways to calculate date and time of 6 months ago from today in Python
