Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 2, 2024
1 parent 4e5a7ab commit 3477071
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ can be installed from the Github repo with ``pip``:

```bash

pip install pathways
pip git+https://github.com/polca/pathways.git

```

Expand Down Expand Up @@ -88,7 +88,7 @@ p.calculate(
regions=regions,
years=years,
variables=variables,
use_distributions=0 # optional, number of iterations for Monte Carlo analysis
use_distributions=0 # optional, if > 0: number of iterations for Monte Carlo analysis
)

```
Expand Down Expand Up @@ -128,9 +128,8 @@ You can display the LCA results with an optional cutoff parameter to filter insi

```

It can be further formatted
to a pandas' DataFrame or export to a CSV/Excel file using the built-in
methods of ``xarray``.
It can be further formatted to a pandas' DataFrame or
exported to a CSV/Excel file using the built-in methods of ``xarray``.

```python

Expand All @@ -139,7 +138,7 @@ methods of ``xarray``.

```

Or the result cna be exoprted as a Parquet file:
Or the result can be exported as a Parquet file for further use in `pandas` or `dask`:

```python

Expand Down

0 comments on commit 3477071

Please sign in to comment.