Skip to content

Commit

Permalink
Merge pull request #149 from pastas/dev
Browse files Browse the repository at this point in the history
Release v1.8.0
  • Loading branch information
dbrakenhoff authored Dec 24, 2024
2 parents b89d3a5 + 80b3bde commit ed9fc9b
Show file tree
Hide file tree
Showing 13 changed files with 2,345 additions and 781 deletions.
3 changes: 3 additions & 0 deletions docs/examples/004_parallel_processing.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../examples/notebooks/ex04_parallel_processing.ipynb"
}
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An small example using pastastore::
import pandas as pd
# initialize a connector and a pastastore
pstore = pst.PastaStore(pst.PasConnector("./path_to_folder", name="my_dbase"))
pstore = pst.PastaStore(pst.PasConnector("my_dbase", "./path_to_folder"))

# read some data
series = pd.read_csv("some.csv", index_col=[0], parse_dates=True)
Expand Down
Loading

0 comments on commit ed9fc9b

Please sign in to comment.