Utilities

save_data_to

save_data_to(data, dst, **kwargs)[source]

Store data to a given destination

Parameters
  • data (value or a list of values) –

  • dst (NamedExpression, array or a list of them) –

  • kwargs – arguments to be passed into a NamedExpression

read_data_from

read_data_from(src, **kwargs)[source]

Read data from a given source

Parameters
  • src (NamedExpression, array or a list of them) –

  • kwargs – arguments to be passed into a NamedExpression