Outils pour utilisateurs

Outils du site


python:first_course_statistics

Ceci est une ancienne révision du document !


Eruptions of the "Old Faithful" geyser (p.5)

Histogram (p.5)

This is my first function.

# fake code – to be deleted
import csv
 
csvfile = open('D:\data-wrangling-master\data-wrangling-master\data\chp3\data-text.csv', 'rb')
reader = csv.reader(csvfile)
 
for row in reader:
    print(row)

International adoption rates (p.13)

python/first_course_statistics.1475925891.txt.gz · Dernière modification: 2016/10/08 13:24 par Beretta, Anna Letizia