8000 GitHub - ktgcreative/pivotpal: Pivot Pal is a Python toolkit designed to simplify and enhance data exploration and analysis. From providing a quick overview of datasets to detailed distribution analyses, it offers a range of tools tailored for various data insights by creating distribution tables in Notebooks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pivot Pal is a Python toolkit designed to simplify and enhance data exploration and analysis. From providing a quick overview of datasets to detailed distribution analyses, it offers a range of tools tailored for various data insights by creating distribution tables in Notebooks.

Notifications You must be signed in to change notification settings

ktgcreative/pivotpal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation


Pivot Pal: Your Ultimate Data Exploration Toolkit 📊

Welcome to Pivot Pal - a Python-based toolkit designed to streamline the exploration and analysis of datasets. Whether you're diving into the Titanic's passenger list, analyzing police records, or exploring Airbnb listings, Pivot Pal has got you covered with a suite of powerful tools.

🌐 For detailed documentation and case studies, visit our official website: pythonpivotpal.com

Table of Contents

Installation

pip install pivot-pal

Usage

To start using Pivot Pal, simply import the necessary modules:

import pandas as pd
from IPython.display import display, Markdown

Tools

Overview

Get a snapshot of your dataset.

pp.overview(df)

Distribution

Analyze the distribution of values for a specific column.

pp.distribution(df, "column_name")

Range

Determine the minimum and maximum values for each column.

pp.range(df)

Unique

Count the unique values for each column.

pp.unique(df)

Summarise

Summarise numeric columns with various statistics.

pp.summarise(df)

Missing

Identify columns with missing data.

pp.missing(df)

Zeros

Highlight columns with zero values.

pp.zeros(df)

Datatypes

Understand the data types present in your dataset.

pp.datatypes(df)

Case Studies

Dive deep into real-world data exploration with our comprehensive case studies:

Contributing

Contributions are welcome! Please read our contributing guidelines to get started.

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

Pivot Pal is a Python toolkit designed to simplify and enhance data exploration and analysis. From providing a quick overview of datasets to detailed distribution analyses, it offers a range of tools tailored for various data insights by creating distribution tables in Notebooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0