Best of PandasMay 2024

  1. 1
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·2y

    6 Elegant Jupyter Hacks

    Discover 6 elegant Jupyter hacks to improve your experience. Learn how to retrieve a cell's output, enrich the default preview of a DataFrame, generate helpful hints as you write Pandas code, improve rendering of DataFrames, restart the Jupyter kernel without losing variables, and search code in all Jupyter Notebooks from the terminal.

  2. 2
    Article
    Avatar of mlmMachine Learning Mastery·2y

    Beginning Data Science (7-day mini-course)

    This post provides a 7-day mini-course on beginning data science. It covers topics such as tools in data science, target audience, and the lessons covered in the course.

  3. 3
    Article
    Avatar of rpythonReal Python·2y

    How to Create Pivot Tables With pandas – Real Python

    Learn how to create pivot tables with pandas in Python. Pivot tables are a data analysis tool used to summarize and analyze data. The tutorial covers the basics of creating pivot tables, including grouping, aggregating, and formatting the data.

  4. 4
    Article
    Avatar of planetpythonPlanet Python·2y

    PyCoder’s Weekly

    Learn about GUI programming with Tkinter, using pyastgrep as a library for linting, and the new features in Django 5.1.