Skip to content

Commit 954441c

Browse files
author
PyCaret
authored
Update app.py
1 parent 1081af3 commit 954441c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import os, ast
22
import pandas as pd
33

4+
pd.set_option("display.max_columns", 101)
5+
46
dataset_path = "https://raw.githubusercontent.com/" + os.environ["GITHUB_REPOSITORY"] +"/master/dataset.csv"
57
data = pd.read_csv(dataset_path)
68
data.head()

0 commit comments

Comments
 (0)