Skip to content

Commit

Permalink
MOD: Refresh examples and notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 16, 2023
1 parent d6f4892 commit 686ce41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/historical_timeseries_to_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
)

# Convert to pandas dataframe
pprint(data.to_df(map_symbols=True))
pprint(data.to_df())
2 changes: 1 addition & 1 deletion notebooks/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@
"\n",
"pd.set_option('display.max_columns', None)\n",
"\n",
"df = data.to_df(pretty_px=True, pretty_ts=True)\n",
"df = data.to_df()\n",
"df.head(20)"
]
},
Expand Down

0 comments on commit 686ce41

Please sign in to comment.