Skip to content

Commit

Permalink
update solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
alofro committed Mar 2, 2024
1 parent d16e64e commit 7a8cf6f
Show file tree
Hide file tree
Showing 11 changed files with 3,416 additions and 1,531 deletions.
1,851 changes: 1,822 additions & 29 deletions content/basics/solutions.files/2.1.solutions_basicterms.ipynb

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions content/basics/solutions.files/2.2.solutions_dataframe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -26,11 +26,18 @@
"df = pd.DataFrame(data)\n",
"print(df)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -44,9 +51,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.9.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading

0 comments on commit 7a8cf6f

Please sign in to comment.