Skip to main content

No project description provided

Project description

pandasxl

pandasxl provides convenience functions for reading data from Excel files into a pandas DataFrame.

Installation

...

Usage

For example, to read a table from an Excel file into a DataFrame:

import openpyxl
import pandasxl as pdxl

wb = openpyxl.load_workbook('file.xlsx')
df = pdxl.read.from_name(wb, 'table_name')

API

Public API of the pandasxl package.

Read

The read module contains the core functions for reading data from Excel files.

  • read.from_name(wb: openpyxl.Workbook, name: str, header: bool) -> pd.DataFrame

Read an Excel named range or table into a DataFrame.

  • read.from_reference(wb: openpyxl.Workbook, ref: str) -> pd.DataFrame

Read an Excel range reference into a DataFrame.

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

pandasxl-0.1.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

pandasxl-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file pandasxl-0.1.0.tar.gz.

File metadata

  • Download URL: pandasxl-0.1.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pandasxl-0.1.0.tar.gz
Algorithm Hash digest
SHA256 52455a10e01bca28f2a6016d9973ec1cf7c699645205410cb0fee9263a103fe0
MD5 2c15ce8f2130401a766b24f03b590668
BLAKE2b-256 904208068d428c24509954ec69d396d2bfdcd619e26c0452e760f999d1afb8d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pandasxl-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pandasxl-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 502346851436c37a4f647d0ee81b18c9b5ef5370faf5b2ed01bc302a72436f51
MD5 89c2765b7bc5fdab6b60261cac9e406e
BLAKE2b-256 e13fc51fb03e22767461b73aeadc343bc1e6a83e50ef4f1e8bde8e02abe6c2dc

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