upscale

fio.Table.upscale(delta, inplace=False)

Upscale the data by a smaller delta.

Parameters

Name Type Description Default
delta float Size of the new interval. required
inplace bool Whether to execute in place, i.e. overwrite the existing data. By default True False
Back to top