Skip to content

Commit

Permalink
Merge pull request #245 from v3io/development
Browse files Browse the repository at this point in the history
dev -> master (0.5.7)
  • Loading branch information
gshatz authored Jun 24, 2019
2 parents 0499b23 + 8f5f435 commit f033239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GoDoc](https://godoc.org/github.com/v3io/frames?status.svg)](https://godoc.org/github.com/v3io/frames)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

V3IO Frames is a high-speed server and client library for accessing time-series (TSDB), NoSQL, and streaming data in the [Iguazio Continuous Data Platform](https://www.iguazio.com).
V3IO Frames is a high-speed server and client library for accessing time-series (TSDB), NoSQL, and streaming data in the [Iguazio Data Science Platform](https://www.iguazio.com).

## Documentation

Expand Down Expand Up @@ -218,7 +218,7 @@ The following environment variables are defined in the [Travis settings](https:/
- Python Package Index ([PyPI](https://pypi.org/))
- `V3IO_PYPI_PASSWORD` — Password for pushing a new release to PyPi.
- `V3IO_PYPI_USER` — Username for pushing a new release to PyPi.
- Iguazio Container Data Platform
- Iguazio Data Science Platform
- `V3IO_SESSION` — A JSON encoded map with session information for running tests.
For example:

Expand Down
1 change: 1 addition & 0 deletions clients/py/v3io_frames/pbutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def msg2df(frame, frame_factory):

i = 0
is_range = True
df = df.reindex(sorted(df.columns), axis=1)
for name in df.columns:
try:
if name.startswith('column_') and int(name[len('column_'):]) == i:
Expand Down

0 comments on commit f033239

Please sign in to comment.