Mes articles — Data

Skimpy a better way to analyze your df than `.d...
Another Python and Data post today for you, by me, with the help of what I read on Twitter ... and used. Now it's time to share it with you...
Skimpy a better way to analyze your df than `.d...
Another Python and Data post today for you, by me, with the help of what I read on Twitter ... and used. Now it's time to share it with you...
I learned SQL a few years back: how did I do it?
I started learning SQL in Luxembourg, but you might be surprised on how I started to use this language in the first place: in simplified Google Spreadsheet ;-).
I learned SQL a few years back: how did I do it?
I started learning SQL in Luxembourg, but you might be surprised on how I started to use this language in the first place: in simplified Google Spreadsheet ;-).

How to make your Streamlit app Shine?
Let me show you how to make your Streamlit App shine on the Internet!
How to make your Streamlit app Shine?
Let me show you how to make your Streamlit App shine on the Internet!

How to import Python libraries
This import will work if you are using any version of Python (meaning Python 2 or Python 3). How to import a library To import a library, you will have...
How to import Python libraries
This import will work if you are using any version of Python (meaning Python 2 or Python 3). How to import a library To import a library, you will have...

Importer des fichiers dans Google Colab
Si vous aimez les Notebook (comme Google Colab ou Jupyter Notebook), vous allez aimer cette astuce pour importer un ou plusieurs fichiers grâce à une fonction. Une fonction, qui crée...
Importer des fichiers dans Google Colab
Si vous aimez les Notebook (comme Google Colab ou Jupyter Notebook), vous allez aimer cette astuce pour importer un ou plusieurs fichiers grâce à une fonction. Une fonction, qui crée...

Connaître (et afficher) toutes les colonnes d'u...
Connaître (et afficher) toutes les colonnes d'un dataframe en Python Pré-requis Nous allons une nouvelle fois utiliser la librairie (non moins fameuse) pandas utilisée en Python. Pour l'installation vous avez...
Connaître (et afficher) toutes les colonnes d'u...
Connaître (et afficher) toutes les colonnes d'un dataframe en Python Pré-requis Nous allons une nouvelle fois utiliser la librairie (non moins fameuse) pandas utilisée en Python. Pour l'installation vous avez...