Skip to main content

Alternate, faster version of pandas.read_excel by Felix Kling

Project description

excel_fast_load

Load XLSX/XLSM files into pandas dataframes faster than pandas.read_excel

author: FelixKling

NOTE: Science for Change just packages this code to use it because we find it useful for Citizen Science projects!

This code is provided as is, with no license and no warranties, as it was shared by Felix: https://stackoverflow.com/a/62277641

Usage

from excel_fast_load import excel_fast_load
dataframe = excel_fast_load('path/to/excelfile.xlsx')

Optional parameters after path

sheet_name: str. Name of the sheet to read. If none, the first (not the active!) sheet is read. The default is None.

header: bool. Whether to use the first line as column headers. The default is True.

index_col: bool. Whether to use the first column as index. The default is False.

skiprows: list of int. The row numbers to skip ([0, 1] skips the first two rows). The default is [].

skipcolumns: list of int. The column numbers to skip ([0, 1] skips the first two columns). The default is [].

Raises

TypeError If the file is no .xlsx or .xlsm file. FileNotFoundError If the sheet name is not found.

Returns

Pandas.DataFrame. The input file as 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

excel_fast_load-1.0.0.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file excel_fast_load-1.0.0.tar.gz.

File metadata

  • Download URL: excel_fast_load-1.0.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for excel_fast_load-1.0.0.tar.gz
Algorithm Hash digest
SHA256 fab71484d87a8bc22eb4c59c7ff591785758c7443054d37f4de2328647a030cd
MD5 8a09b01185d8a41d503df2e6ef09114f
BLAKE2b-256 4f84dde4bbf7119a23669600ba925736cdbf3fd51a8d10ced0238025e6d9af8a

See more details on using hashes here.

Supported by

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