Skip to content

Commit 686ce41

Browse files
committed
MOD: Refresh examples and notebook
1 parent d6f4892 commit 686ce41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/historical_timeseries_to_df.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
)
1919

2020
# Convert to pandas dataframe
21-
pprint(data.to_df(map_symbols=True))
21+
pprint(data.to_df())

notebooks/quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@
17491749
"\n",
17501750
"pd.set_option('display.max_columns', None)\n",
17511751
"\n",
1752-
"df = data.to_df(pretty_px=True, pretty_ts=True)\n",
1752+
"df = data.to_df()\n",
17531753
"df.head(20)"
17541754
]
17551755
},

0 commit comments

Comments
 (0)