pandas_openscm.reshaping#
Tools for reshaping data in common ways
Functions:
| Name | Description |
|---|---|
ts_to_long_data |
Convert timeseries data to long data |
ts_to_long_data #
Convert timeseries data to long data
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
df
|
DataFrame
|
Data to convert |
required |
time_col_name
|
str
|
Name of the time column in the output |
'time'
|
Returns:
| Type | Description |
|---|---|
DataFrame
|
|