https://github.com/dataideaorg/numpy-100-puzzles-challenge
https://github.com/dataideaorg/numpy-100-puzzles-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataideaorg/numpy-100-puzzles-challenge
- Owner: dataideaorg
- License: mit
- Created: 2024-04-16T13:00:54.000Z (over 1 year ago)
- Default Branch: major
- Last Pushed: 2024-04-16T14:31:21.000Z (over 1 year ago)
- Last Synced: 2025-04-09T14:42:25.533Z (9 months ago)
- Language: Jupyter Notebook
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Welcome to the DATAIDEA 100 Pandas Puzzles Challenge!

## Introduction
This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow
and in the numpy documentation. The goal of this collection is to offer a quick reference for both old
and new users but also to provide a set of exercises for those who teach.
If you find an error or think you've a better way to solve some of them, feel
free to open an issue.
Note: markdown and ipython notebook are created programmatically from the source data in `source/exercises.ktx`.
To modify the content of these files, please change the text in the source and run the `generators.py` module with a python
interpreter with the libraries under `requirements.txt` installed.
The keyed text format (`ktx`) is a minimal human readable key-values to store text (markdown or others) indexed by keys.
This work is licensed under the MIT license.