biomass_transport: simplify read-in
This commit is contained in:
parent
928d1f23ed
commit
12f385ef3f
@ -21,7 +21,7 @@ ENERGY_CONTENT = 4.8 # unit MWh/t (wood pellets)
|
|||||||
def get_countries():
|
def get_countries():
|
||||||
|
|
||||||
pandas_options = dict(
|
pandas_options = dict(
|
||||||
skiprows=list(range(6)),
|
skiprows=range(6),
|
||||||
header=None,
|
header=None,
|
||||||
index_col=0
|
index_col=0
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user