This python package helps converting data between the Monday API and Dataframes
Project description
mondaytoframe
This Python package helps convert data between the Monday.com API and DataFrames.
Installation
You can install the package using pip:
pip install mondaytoframe
Usage
Here's a basic example of how to use the package:
from mondaytoframe.io import load, save
from monday import MondayClient
# Create a Monday client using your Monday API token
client = MondayClient("your_monday_token")
# Now you can use the client with mondaytoframe functions
df = load(monday_client, "your_board_id")
print(df)
# ... perform data transformation on your dataframe
df_transformed = your_transformation_logic(df)
# ... and store the results in Monday again!
save(monday_client, "you_board_id", df_transformed)
Features
- Easy conversion between Monday.com API data and DataFrames
- Simplifies data manipulation and analysis
Contributing
Contributions are welcome! Please read the contributing guidelines first.
License
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
Contact
For any questions or issues, please open an issue.
Project details
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 mondaytoframe-0.1.0.tar.gz.
File metadata
- Download URL: mondaytoframe-0.1.0.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f28110ea5560bc3ef8e2695fc24c31e2464a5e5ef55e8109394f18d27ed770
|
|
| MD5 |
62a98664581491e06d6125ef146f4967
|
|
| BLAKE2b-256 |
5ddabfdec8bd247d1aa2365c0e21526cc50724c29680e8f54f2f8b5c7faa9f13
|
File details
Details for the file mondaytoframe-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mondaytoframe-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60cb160b517a5f3c32c907a29c418155fdc7ce52d0903b840980dc77618a08c7
|
|
| MD5 |
0d9e1b9aee04e03fc335a5a94ecf779d
|
|
| BLAKE2b-256 |
111e7d25da2f6f1ce01f4b6b4112ec6b32bb4ef9b58796abca94e1a7097e1f7b
|