https://github.com/dgapitts/python-pandas-jupyter-notebooks
https://github.com/dgapitts/python-pandas-jupyter-notebooks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/python-pandas-jupyter-notebooks
- Owner: dgapitts
- Created: 2023-04-19T21:17:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T22:27:35.000Z (about 3 years ago)
- Last Synced: 2025-06-14T21:05:35.309Z (12 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-pandas-jupyter-notebooks
## Background
More notes on study Pandas and Jupyter Notebooks, extending upon
* [example pandas-rolling-window.py](https://github.com/dgapitts/brilliant-Programming-with-Python/blob/cd23e34616ce7401b7078237a7c6d38040346050/pandas-rolling-window.py)
* [text processing with jupyter notebooks](https://github.com/dgapitts/Python_Data_Analysis/blob/main/chapter3/03_02_loadingtext.ipynb)
## 00 Env Setup via anaconda
This is [covered here](https://github.com/dgapitts/bash-by-example#example-17---getting-started-with-conda-and-jupyter-notebook)