pycallingcards.reading.read_qbed#
- pycallingcards.reading.read_qbed(filename)[source]#
Read .qbed file.
- Parameters:
filename (
str
) – Path to the qbed file.- Returns:
pd.DataFrame for the qbed file.
- Return type:
- Example:
>>> import pycallingcards as cc >>> qbed = cc.rd.read_qbed("https://github.com/The-Mitra-Lab/pycallingcards_data/releases/download/data/SP1_P10.txt")