Skip to content

Instantly share code, notes, and snippets.

@fcunhaneto
Last active September 4, 2018 17:02
Show Gist options
  • Select an option

  • Save fcunhaneto/ffe20fa3d0586ab882bcb96e06647e95 to your computer and use it in GitHub Desktop.

Select an option

Save fcunhaneto/ffe20fa3d0586ab882bcb96e06647e95 to your computer and use it in GitHub Desktop.
Pandas estatística 1
import pandas as pl
import matplotlib.pyplot as plt
df = pl.read_csv('questionario.csv')
with open('questionario.txt', 'w') as f:
df.to_string(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment