Skip to content

A python package with analysis tools to use with the ServiceX client

License

Notifications You must be signed in to change notification settings

ssl-hep/ServiceX_analysis_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServiceX analysis utils

This repository provides analysis tools to be used with the ServiceX Client

To install

pip install servicex-analysis-utils
This package contains the to_awk() function:
Load an awkward array from the deliver() output with uproot or uproot.dask.

Parameters:
    deliver_dict (dict): Returned dictionary from servicex.deliver()
                        (keys are sample names, values are file paths or URLs).
    dask (bool):        Optional. Flag to load as dask-awkward array. Default is False
    iterator(bool):      Optional. Flag to materialize the data into arrays or to return iterables with uproot.iterate
    **kwargs :   Optional. Additional keyword arguments passed to uproot.dask, uproot.iterate and from_parquet


Returns:
    dict: keys are sample names and values are awkward arrays, uproot generator objects or dask-awkward arrays.

Documentation

The different functions are documented in TBD

About

A python package with analysis tools to use with the ServiceX client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages