Skip to content

Commit

Permalink
Merge pull request #6 from ARCTraining/tyde-headers
Browse files Browse the repository at this point in the history
Tidy headers | Related with #4
  • Loading branch information
patricia-ternes authored Apr 20, 2023
2 parents 4f7e644 + 9b7e5c6 commit cfe63df
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 35 deletions.
2 changes: 1 addition & 1 deletion book/1_numpy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scientific Python 1: NumPy
# NumPy

The most fundamental third-party package for scientific computing in Python is NumPy, which provides multidimensional **array** data types, along with a range of functions and methods to manipulate them. Other third-party packages, including Pandas (which we will look at next session), use NumPy arrays as backends for more specialized data structures.

Expand Down
42 changes: 19 additions & 23 deletions book/2_matplotlib/3_matplotlib.ipynb

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions book/3_scipy/3_scipy.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/4_pandas/4_intro_pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Introduction to Pandas\n",
"# Pandas\n",
"\n",
"**pandas** is a Python package providing fast, flexible, and expressive data structures designed to work with *relational* or *labeled* data both. It is a fundamental high-level building block for doing practical, real world data analysis in Python. \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ root: welcome

sections:
- file: 1_numpy
- file: 2_matplotlib/3_matplotlib
- file: 3_scipy/3_scipy
- file: 4_pandas/4_intro_pandas
- file: 2_matplotlib/3_matplotlib

0 comments on commit cfe63df

Please sign in to comment.