We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1081af3 commit 954441cCopy full SHA for 954441c
app.py
@@ -1,6 +1,8 @@
1
import os, ast
2
import pandas as pd
3
4
+pd.set_option("display.max_columns", 101)
5
+
6
dataset_path = "https://raw.githubusercontent.com/" + os.environ["GITHUB_REPOSITORY"] +"/master/dataset.csv"
7
data = pd.read_csv(dataset_path)
8
data.head()
0 commit comments