Python API

Python API

  • import module
    >>> import brkraw as br
    
  • load dataset
    >>> rawdata = br.load(<PATH>)
    
  • If you want to learn more detail about Python API, please check our example Jupyter Notebooks.