awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ajcr avatar

ajcr/100-pandas-puzzles

0
View on GitHub↗
2,967 stars·3,965 forks·Jupyter Notebook·MIT·4 views

100 Pandas Puzzles

Inspired by 100 Numpy exerises, here are 100* short puzzles for testing your knowledge of pandas' power.

Features

  • Data Manipulation Libraries - Data puzzles to practice Pandas skills.

Star history

Star history chart for ajcr/100-pandas-puzzlesStar history chart for ajcr/100-pandas-puzzles

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to 100 Pandas Puzzles

Similar open-source projects, ranked by how many features they share with 100 Pandas Puzzles.
  • cupy/cupycupy avatar

    cupy/cupy

    11,000View on GitHub↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    View on GitHub↗11,000
  • dask/daskdask avatar

    dask/dask

    13,746View on GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    View on GitHub↗13,746
  • dateutil/dateutildateutil avatar

    dateutil/dateutil

    2,623View on GitHub↗

    Useful extensions to the standard Python datetime features

    Python
    View on GitHub↗2,623
  • arrow-py/arrowarrow-py avatar

    arrow-py/arrow

    9,046View on GitHub↗

    Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps by wrapping the Python standard library. It serves as a tool for managing date objects, handling timezone offsets, and performing relative date calculations. The library is distinguished by its ability to humanize timestamps into natural language relative descriptions across multiple locales and parse human-readable time phrases back into precise date objects. It also features a specialized parser for converting ISO 8601 strings and custom formatted text into date objects. Br

    Python
    View on GitHub↗9,046
See all 24 alternatives to 100 Pandas Puzzles→

Frequently asked questions

What does ajcr/100-pandas-puzzles do?

Inspired by 100 Numpy exerises, here are 100* short puzzles for testing your knowledge of pandas' power.

What are the main features of ajcr/100-pandas-puzzles?

The main features of ajcr/100-pandas-puzzles are: Data Manipulation Libraries.

What are some open-source alternatives to ajcr/100-pandas-puzzles?

Open-source alternatives to ajcr/100-pandas-puzzles include: cupy/cupy — CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… dateutil/dateutil — Useful extensions to the standard Python datetime features. fugue-project/fugue — | Tutorials | API Documentation | Chat with us on slack! | | ----------------------------------------------------------… jvns/pandas-cookbook — This project is a pandas data analysis cookbook and Python data science guide. It provides a collection of… arrow-py/arrow — Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps…