Skip to content

xlwings/python-excel-reader-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Excel Reader Benchmarks

  1. Clone this repo

  2. Install an xlwings trial license key by running the following on a Terminal/Command Prompt/Anaconda Prompt (get one at https://www.xlwings.org/trial):

    xlwings license update -k my-key

  3. Install the dependencies into a virtual env or Conda env by running pip install -r requirements.txt

  4. Run the benchmark like so: python benchmark.py. To export the report to a file, run: python benchmark.py > myreport.txt.

You can edit/add test cases by editing the test_cases dictionary at the bottom of benchmark.py.

Reference: https://towardsdatascience.com/benchmarking-python-code-with-timeit-80827e131e48

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages