Created
September 18, 2020 20:34
-
-
Save rodrigols89/e56459e2449cf94b306cfa350e8cefec 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 | |
| pd.set_option('display.max_columns', 42) | |
| data = pd.read_csv('../datasets/2015-building-energy-benchmarking.csv') | |
| print(data.head()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment