Skip to content

Commit

Permalink
add pandas notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 29, 2023
1 parent 5725e07 commit e4aaa1f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob
Is it possible to link directly to [word frequency
distribution](text_classification.ipynb#Word-frequency-distribution)?

# Foundations

🏗 I added the notebooks below already because they should work, but they
are also still very much work in progress. 👷

## Numpy

Numpy is the basis of a lot of stuff in related to data science in
Python. Here’s an [overview covering the base features](numpy.ipynb).
Python. Here’s an [overview covering the base features](numpy.ipynb)
([open in google
colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob/main/numpy.ipynb)).

## Pandas

Pandas is very useful
Pandas is very useful - [basic feature overview](pandas.ipynb) ([open in
google
colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob/main/pandas.ipynb)).
12 changes: 2 additions & 10 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"source": [
"## Numpy\n",
"\n",
"Numpy is the basis of a lot of stuff in related to data science in Python. Here's an [overview covering the base features](numpy.ipynb) ([open in google colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob/main/text_classification.ipynb))."
"Numpy is the basis of a lot of stuff in related to data science in Python. Here's an [overview covering the base features](numpy.ipynb) ([open in google colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob/main/numpy.ipynb))."
]
},
{
Expand All @@ -51,16 +51,8 @@
"source": [
"## Pandas\n",
"\n",
"Pandas is very useful"
"Pandas is very useful - [basic feature overview](pandas.ipynb) ([open in google colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob/main/pandas.ipynb))."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "19f2ba78-6e10-40ea-988f-808bca245562",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
1 change: 1 addition & 0 deletions sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ website:
contents:
- index.ipynb
- numpy.ipynb
- pandas.ipynb
- text_classification.ipynb

0 comments on commit e4aaa1f

Please sign in to comment.