Skip to content

Commit

Permalink
Correction of a typo (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurokabe authored Jan 17, 2022
1 parent 755b7e3 commit d3ef406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chunkstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ At this point you have an empty Chunkstore library. You can write data to it sev

`symbol, item, chunker=DateChunker(), **kwargs`

`symbol` is the name that is used to store/retrieve the data in Arctic. `item` is the dataframe/series. If you wish to change the chunker type, you can use the keyword arg `chunker` to specify a new chunker. Optional keyword args are passed on to the chunker. For the case of DateRange chunker, you can specify a `chunk_size` (D, M, Y, or any other datetime frequency supported by Panads).
`symbol` is the name that is used to store/retrieve the data in Arctic. `item` is the dataframe/series. If you wish to change the chunker type, you can use the keyword arg `chunker` to specify a new chunker. Optional keyword args are passed on to the chunker. For the case of DateRange chunker, you can specify a `chunk_size` (D, M, Y, or any other datetime frequency supported by Pandas).

`write` is designed to write and replace data. If you write symbol `test` with one dataset and write it again with another, the original data will be overwritten.

Expand Down

0 comments on commit d3ef406

Please sign in to comment.