Skip to main content

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

mondaytoframe-0.1.0.tar.gz (39.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mondaytoframe-0.1.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

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

Hashes for mondaytoframe-0.1.0.tar.gz
Algorithm Hash digest
SHA256 83f28110ea5560bc3ef8e2695fc24c31e2464a5e5ef55e8109394f18d27ed770
MD5 62a98664581491e06d6125ef146f4967
BLAKE2b-256 5ddabfdec8bd247d1aa2365c0e21526cc50724c29680e8f54f2f8b5c7faa9f13

See more details on using hashes here.

File details

Details for the file mondaytoframe-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mondaytoframe-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 60cb160b517a5f3c32c907a29c418155fdc7ce52d0903b840980dc77618a08c7
MD5 0d9e1b9aee04e03fc335a5a94ecf779d
BLAKE2b-256 111e7d25da2f6f1ce01f4b6b4112ec6b32bb4ef9b58796abca94e1a7097e1f7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page