Skip to content

Commit

Permalink
10 minutes to pypolars
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 18, 2020
1 parent 5dd9bda commit a0889e2
Show file tree
Hide file tree
Showing 10 changed files with 1,980 additions and 68 deletions.
24 changes: 14 additions & 10 deletions examples/10_minutes_to_polars.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1722,19 +1722,23 @@
],
"metadata": {
"kernelspec": {
"display_name": "Rust",
"language": "rust",
"name": "rust"
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": "rust",
"file_extension": ".rs",
"mimetype": "text/rust",
"name": "Rust",
"pygment_lexer": "rust",
"version": ""
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit a0889e2

Please sign in to comment.