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

  • Syllabus

  •   Cours
    • Introduction
    • Series
    • Data Frames
    • Une analyse complète : le Titanic

  •   Exercices
    • Premières manipulations
    • Notes L3 Math
    • Population France
    • Netflix User
    • Presidentielles USA 2016

  •   Fichiers sources

Contenu de la page

  • Introduction à la manipulation de données avec Pandas

M55 - Data Science and Scientific Computing 5

Auteur·rice

Gloria Faccanoni

Date de publication

6 décembre 2024

Introduction à la manipulation de données avec Pandas

Retour au sommet
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 2024, Gloria Faccanoni

 

This page is built with ❤️ and Quarto.