Skip to main content

Convert Pandas DataFrame to Image

Project description

dataframe_to_image

Python package to convert a Pandas DataFrame to a Image that could be used to share dataframe (as an image) in sheets, notes and slides.

Example usage:

import pandas as pd
from dataframe_to_image import dataframe_to_image
#creating the dataframe
df = pd.DataFrame()
df['date'] = ['2021-06-01', '2021-06-02', '2021-06-03']
df['calories'] = [1950, 2100, 1500]
df['sleep hours'] = [9, 7.5, 8.2]
df['gym'] = [True, False, False]
#converting to image
dataframe_to_image.convert(df,visualisation_library='matplotlib')

Example Output

Once you have the image ready, you can right click on the image and click 'Save image as' to save the image of your dataframe (when using matplotlib). For Plotly, you can just click on the camera icon on the top right to save your image.

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

dataframe-to-image-0.0.1.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

dataframe_to_image-0.0.1-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file dataframe-to-image-0.0.1.tar.gz.

File metadata

  • Download URL: dataframe-to-image-0.0.1.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1

File hashes

Hashes for dataframe-to-image-0.0.1.tar.gz
Algorithm Hash digest
SHA256 acb1413a2730f4c83004368170253bd8a5e712580a0919c6296bbb5b5a697b67
MD5 4f00ef285ff455dd7241ff6953dedb9d
BLAKE2b-256 9d65b6611c5072024f721d5e8c62bdb1a0167e2969c01d2ee398326ac6dab0e0

See more details on using hashes here.

File details

Details for the file dataframe_to_image-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: dataframe_to_image-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1

File hashes

Hashes for dataframe_to_image-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8c8745dae82b36682c36f5b0685a347b087a8b9cb0036ccd27f97ef276c7b18a
MD5 0e2605ff0c7d3d4afe580ab2d3aeebc1
BLAKE2b-256 00698fb2c6e8f0a89064058ef14e264078bed5742128d7b15c142b9cb55ee739

See more details on using hashes here.

Supported by

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