Last active
February 2, 2021 08:37
-
-
Save deanjamesss/dd606f5444e0d647d480c2e6b63492e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| # Cast columns 0 & 1 to name & age, | |
| df = pd.read_csv('read_csv_names.csv', header=0, names=['name', 'age']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment