Articles

SEO chat | #SEOChat on Twitter/X | The recap
This week I participated in the #SEOchat discussion on X/Twitter & it was hosted by my teammate Greg Bernhardt. I will share below the questions and answer I provided on...
SEO chat | #SEOChat on Twitter/X | The recap
This week I participated in the #SEOchat discussion on X/Twitter & it was hosted by my teammate Greg Bernhardt. I will share below the questions and answer I provided on...

Find and remove empty column in Python with pandas
Look for, find and delete/remove any empty column in a dataframe thanks to Python. # Find the columns where each value is null empty_cols = [col for col in df.columns...
Find and remove empty column in Python with pandas
Look for, find and delete/remove any empty column in a dataframe thanks to Python. # Find the columns where each value is null empty_cols = [col for col in df.columns...

404 error page: what is it?
This page is not an error page as it does not HTTP answer as 404, but as 200!
404 error page: what is it?
This page is not an error page as it does not HTTP answer as 404, but as 200!

Rich Google Colab tables
A handy tip for today—even if you already work with pandas or NumPy: display enriched tables right inside Google Colab. These tips and notebooks are primarily geared toward Python, though...
Rich Google Colab tables
A handy tip for today—even if you already work with pandas or NumPy: display enriched tables right inside Google Colab. These tips and notebooks are primarily geared toward Python, though...

Know and display all column from a dataframe in...
How to know (and display) all columns of a DataFrame in Python Prerequisites We will once again use the (famous) pandas library used in Python. For installation, you have the...
Know and display all column from a dataframe in...
How to know (and display) all columns of a DataFrame in Python Prerequisites We will once again use the (famous) pandas library used in Python. For installation, you have the...