A pandas DataFrame glimpse function inspired by R's dplyr::glimpse.
Project description
pyglimpse
A pandas DataFrame glimpse function inspired by R's dplyr::glimpse.
Installation
pip install pyglimpse
Usage
import pandas as pd
from pyglimpse import glimpse
df = pd.DataFrame({
'a': [1, 2, 3],
'b': ['x', 'y', 'z']
})
glimpse(df)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyglimpse-0.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyglimpse-0.1.0.tar.gz.
File metadata
- Download URL: pyglimpse-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1df03fde394e1a7d55aca50d1ad66675052ab75a9b48e89da4df5da7e96230b2
|
|
| MD5 |
bacbbe0f0ba123e9171bc8831c43c2ea
|
|
| BLAKE2b-256 |
ee3121ed66b8cb20fb92c308e32b8760b1143d7fa5239a170e9a0921301659a8
|
File details
Details for the file pyglimpse-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyglimpse-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd9c731ca79325d673fdff689ae7efe905c554cbf178364790653d6324285621
|
|
| MD5 |
8688d33fdf7fb7a2aaa6c6f514cbd9bb
|
|
| BLAKE2b-256 |
697b061d5c73cba9fd419f4e6b9a29b0958d5d5f8f3439a973c40949a60934ad
|