Utilities

save_data_to

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

Store data to a given destination

Parameters:
  • data (value, list of values or dict of values)

  • dst (NamedExpression, array, list of them or dict 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