Articles

How to upload files in Google Colab

How to upload files in Google Colab

If you like and enjoy using Notebook for Python (Google Colab, Jupyter, ...), you will be glad that there is a tip that could help you save some time to...

How to upload files in Google Colab

If you like and enjoy using Notebook for Python (Google Colab, Jupyter, ...), you will be glad that there is a tip that could help you save some time to...

SEO chat | #SEOChat on Twitter/X | The recap

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...

Data Analyst

Data Analyst

Find and remove empty column in Python with pandas

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?

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

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...