Skip to content

Commit fdca103

Browse files
authored
Merge pull request optuna#5685 from kAIto47802/doc-add-pandas-installation-guide
Add `pandas` installation guide to RDB tutorial
2 parents 0585c35 + 1f4cf11 commit fdca103

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorial/20_recipes/001_rdb.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ def objective(trial):
7777
# Experimental History
7878
# --------------------
7979
#
80+
# Note that this section requires the installation of `Pandas <https://pandas.pydata.org/>`__:
81+
#
82+
# .. code-block:: bash
83+
#
84+
# $ pip install pandas
85+
#
8086
# We can access histories of studies and trials via the :class:`~optuna.study.Study` class.
8187
# For example, we can get all trials of ``example-study`` as:
8288

0 commit comments

Comments
 (0)