Skip to content

Commit 3885b47

Browse files
authored
Merge pull request #560 from VorTECHsa/rnd-20030
feat(refineries): expose current_capacity_kbd
2 parents 8164bfc + 80279a3 commit 3885b47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

vortexasdk/endpoints/refineries_result.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"name",
1616
"status",
1717
"country_name",
18+
"current_capacity_kbd",
1819
"refinery_owner_name",
1920
"refinery_operator_name",
2021
]
@@ -37,7 +38,7 @@ def to_df(
3738
3839
# Arguments
3940
columns: The refinery features we want in the dataframe. Enter `columns='all'` to include all features.
40-
Defaults to `columns = ['id', 'name', 'status', 'country_name', 'refinery_owner_name', 'refinery_operator_name']`.
41+
Defaults to `columns = ['id', 'name', 'status', 'country_name', 'current_capacity_kbd', 'refinery_owner_name', 'refinery_operator_name']`.
4142
4243
4344
# Returns

vortexasdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.21"
1+
__version__ = "1.0.22"

0 commit comments

Comments
 (0)