Skip to content

Commit

Permalink
pybraidz_chunked_iter: now available through PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 26, 2023
1 parent 759b894 commit 05c7ec0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pybraidz-chunked-iter - Chunked iteration over tables in `.braidz` files.

## Installation

This package is available through PyPI and can be installed with pip:

pip install pybraidz_chunked_iter

## Example usage

See example usage in the "Chunked iteration of `kalman_estimates`" section of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pybraidz_chunked_iter
import pybraidz_chunked_iter # install with "pip install pybraidz_chunked_iter"
import pandas as pd
import sys

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pybraidz_chunked_iter
import pybraidz_chunked_iter # install with "pip install pybraidz_chunked_iter"
import sys

# Get the filename of the braidz file from the command line.
Expand Down
2 changes: 1 addition & 1 deletion strand-braid-user/users-guide/src/braidz-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ iterates over chunks of the file `20201104_174158.braidz`, which can be
downloaded [here](https://strawlab-cdn.com/assets/20201104_174158.braidz):

```python
import pybraidz_chunked_iter
import pybraidz_chunked_iter # install with "pip install pybraidz_chunked_iter"
import pandas as pd

# The filename of the braidz file
Expand Down

0 comments on commit 05c7ec0

Please sign in to comment.