PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
PyLamarr.collectors.PandasCollector.PandasCollector Class Reference

Public Member Functions

 __call__ (self, db)
 
 dataframe (self)
 

Static Public Attributes

Collection tables [str]
 
Dict dataframes = field(default_factory=lambda: {})
 
Optional batch_ids = None
 

Detailed Description

Definition at line 9 of file PandasCollector.py.

Member Function Documentation

◆ __call__()

PyLamarr.collectors.PandasCollector.PandasCollector.__call__ (   self,
  db 
)

Definition at line 15 of file PandasCollector.py.

◆ dataframe()

PyLamarr.collectors.PandasCollector.PandasCollector.dataframe (   self)

Definition at line 31 of file PandasCollector.py.

Member Data Documentation

◆ batch_ids

Optional PyLamarr.collectors.PandasCollector.PandasCollector.batch_ids = None
static

Definition at line 12 of file PandasCollector.py.

◆ dataframes

Dict PyLamarr.collectors.PandasCollector.PandasCollector.dataframes = field(default_factory=lambda: {})
static

Definition at line 11 of file PandasCollector.py.

◆ tables

Collection PyLamarr.collectors.PandasCollector.PandasCollector.tables [str]
static

Definition at line 10 of file PandasCollector.py.


The documentation for this class was generated from the following file: