Simple data utilities for spreadsheet operations
Project description
gspread_datarame
Simple data utilities for working with spreadsheet data.
Installation
pip install gspread_datarame
Usage
import gspread_datarame
# Convert data to dictionary format
data = {"name": "John", "age": 30}
converted = gspread_datarame.to_dataframe(data)
# Convert back
original = gspread_datarame.from_dataframe(converted)
# Get version
print(gspread_datarame.get_version())
Features
- Simple data conversion utilities
- Lightweight with no dependencies
- Easy to use API
License
MIT License
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
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 gspread_datarame-0.1.0.tar.gz.
File metadata
- Download URL: gspread_datarame-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
842a1192b32be2c0fa1ebcafaf94a501c1347d0d84fce7702ae6d2fbb66194b5
|
|
| MD5 |
3b4d7658a2dd4de5317a73f65fcc5a00
|
|
| BLAKE2b-256 |
de78d2173c7ccb3b829bcb3c7867a7acee0310d64d90c3417ce33e0745f9b9b6
|
File details
Details for the file gspread_datarame-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gspread_datarame-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f08fca6f7584e4bb34c108d10898edb492ab38426a9ab7c5efd8c505c3e7a1b9
|
|
| MD5 |
c298f50a7a4a4ba1123cca556c61e283
|
|
| BLAKE2b-256 |
ecae9745afe153290a64e715f57c885d5f5d02b911e2cf2c35188e31dcd0821e
|