diff --git a/open-machine-learning-jupyter-book/_toc.yml b/open-machine-learning-jupyter-book/_toc.yml index 73749d0abe..79107591c5 100644 --- a/open-machine-learning-jupyter-book/_toc.yml +++ b/open-machine-learning-jupyter-book/_toc.yml @@ -24,9 +24,11 @@ parts: - file: data-science/working-with-data/relational-databases - file: data-science/working-with-data/non-relational-data - file: data-science/working-with-data/numpy - - file: data-science/working-with-data/pandas/introduction-and-data-structures - - file: data-science/working-with-data/pandas/data-selection - - file: data-science/working-with-data/pandas/advanced-pandas-techniques + - file: data-science/working-with-data/pandas + sections: + - file: data-science/working-with-data/pandas/introduction-and-data-structures + - file: data-science/working-with-data/pandas/data-selection + - file: data-science/working-with-data/pandas/advanced-pandas-techniques - file: data-science/working-with-data/data-preparation - file: data-science/data-visualization/data-visualization sections: diff --git a/open-machine-learning-jupyter-book/data-science/working-with-data/pandas.md b/open-machine-learning-jupyter-book/data-science/working-with-data/pandas.md new file mode 100644 index 0000000000..2dd26e60a7 --- /dev/null +++ b/open-machine-learning-jupyter-book/data-science/working-with-data/pandas.md @@ -0,0 +1,6 @@ +# Pandas + +-- + +```{tableofcontents} +```