M55 - Data Science & Scientific Computing 5
  1. 1  M55 - Data Science and Scientific Computing 5
  • 1  M55 - Data Science and Scientific Computing 5
  • Introduction
    • 2  Syllabus

  • Cours
    • 3  Introduction
    • 4  Series
    • 5  Data Frames
    • 6  🚢 Une analyse complète : le Titanic

  • Exercices
    • 7  Premières manipulations
    • 8  📊 Notes L3 Math
    • 9  🏘️ Population France
    • 10  📺 Netflix User
    • 11  🗳️ Présidentielles USA 2016

  • Downloads
    • 12  Fichiers sources

Table des matières

  • Introduction à la manipulation de données avec Pandas

M55 - Data Science & Scientific Computing 5

Auteur·rice

Gloria Faccanoni

Date de publication

20 juillet 2026

Introduction à la manipulation de données avec Pandas

2  Syllabus
Code source
---
title: "M55 - **Data Science and Scientific Computing 5**"
image: python-3-pandas-cheatsheet.jpg
author: "Gloria Faccanoni"
toc: true # Ceci est pour le sommaire global à gauche, il reste activé
format: 
  html:
    default: true
    fontsize: 15pt
    header-includes:
      - |
        <style>
          h2 {
            font-size: 1.5em;
            color: #34495e;
            margin-top: 10px;
            margin-bottom: 40px;
          }
          .image-container {
            max-width: 95%;
            margin: 0 auto;
          }
          img {
            width: 100%;
            height: auto;
            border-radius: 10px;
          }
          /* Désactiver la numérotation des titres */
          .unnumbered {
            counter-reset: section;
          }
          /* Supprimer le toc de droite */
          .sidebar {
            display: none;
          }
        </style>
---

## Introduction à la manipulation de données avec Pandas {.unnumbered .untagged}

<div class="image-container">
  ![](python-3-pandas-cheatsheet.jpg){fig-align="center" width="100%"}
</div>

© Copyright 2026, Gloria Faccanoni

 

This page is built with ❤️ and Quarto.