Introduction à la Data Science en Python
Hillary Green-Lerman
Lead Data Scientist, Looker

importimport se fait au début d'un fichier scriptimport pandas as pd
import numpy as np

import pandas as pd.head() ou .info()credit_reports[
credit_report.suspect ==
'Freddy Frequentist']

from matplotlib import pyplot as pltplt.plot() pour créer un graphique linéaire
plt.scatter() affiche des points de données individuelsplt.bar() crée des diagrammes en barresplt.hist() visualise des distributions
Introduction à la Data Science en Python