Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MinjeJeon committed Sep 24, 2018
1 parent 477b470 commit 99a778b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

xwpandas is high performance Excel IO tools for pandas DataFrame. xp.save function in xwpandas saves large(100k~ rows) DataFrame to xlsx format 2x~3x faster than xlsxwriter engine in pandas.

## Installation
xwpandas can be installed using `pip` package manager.

```bash
$ pip install xwpandas
```

## Usage

### Read data from Excel file
Expand Down

0 comments on commit 99a778b

Please sign in to comment.