pycallingcards.reading.save_qbed#

pycallingcards.reading.save_qbed(file, path)[source]#

Save .qbed file.

Parameters:
  • file (DataFrame) – pd.Dataframe of the file

  • path (str) – Path to the qbed file.

Example:

>>> import pycallingcards as cc
>>> qbed = cc.rd.read_qbed("https://github.com/The-Mitra-Lab/pycallingcards_data/releases/download/data/SP1_P10.txt")
>>> qbed = cc.rd.save_qbed(qbed,"SP1_P10.txt")